← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~linuxdcpp-team/linuxdcpp/trunk] Rev 338: Add path separator between HOME and Downloads for default download dir setting.

 

------------------------------------------------------------
revno: 338
committer: Razzloss <razzloss@xxxxxxxxx>
branch nick: master
timestamp: Thu 2009-10-29 23:18:49 +0200
message:
  Add path separator between HOME and Downloads for default download dir setting.
modified:
  dcpp/Util.cpp


--
lp:linuxdcpp
https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk

Your team LinuxDC++ Team is subscribed to branch lp:linuxdcpp.
To unsubscribe from this branch go to https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk/+edit-subscription.
=== modified file 'dcpp/Util.cpp'
--- dcpp/Util.cpp	2009-08-15 04:40:26 +0000
+++ dcpp/Util.cpp	2009-10-29 21:18:49 +0000
@@ -173,7 +173,7 @@
 	// @todo paths[PATH_RESOURCES] = <replace from sconscript?>;
 	// @todo paths[PATH_LOCALE] = <replace from sconscript?>;
 
-	paths[PATH_DOWNLOADS] = home + "Downloads/";
+	paths[PATH_DOWNLOADS] = home + "/Downloads/";
 #endif
 
 	paths[PATH_FILE_LISTS] = paths[PATH_USER_LOCAL] + "FileLists" PATH_SEPARATOR_STR;