gnome-commander r1787 - branches/gcmd-1-3/src



Author: epiotr
Date: Tue May 27 22:00:37 2008
New Revision: 1787
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1787&view=rev

Log:
Added missing directory separator in remote sever dlg

Modified:
   branches/gcmd-1-3/src/gnome-cmd-con.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-con.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-con.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-con.cc	Tue May 27 22:00:37 2008
@@ -591,7 +591,8 @@
     if (!port.empty())
         s += ':' + port;
 
-    s += folder;
+    if (!folder.empty())
+        s += '/' + folder;
 
     return s;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]