diff ChangeLog @ 211:3f2203e70218

2003-7-6 Brian Masney <masneyb@gftp.org> * lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - instead of using g_strconcat to build the directory paths, use g_build_path. Fixes a bug when you was connected to a remote host, and you was in /, the path would show up as // (from Krzysztof Foltman <kfoltman@onet.pl>, slightly changed by me)
author masneyb
date Sun, 06 Jul 2003 14:14:34 +0000
parents 82ebd1b05345
children 06cdf06a0f31
line wrap: on
line diff
--- a/ChangeLog	Sun Jul 06 13:52:43 2003 +0000
+++ b/ChangeLog	Sun Jul 06 14:14:34 2003 +0000
@@ -1,3 +1,10 @@
+2003-7-6 Brian Masney <masneyb@gftp.org>
+	* lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c -
+	instead of using g_strconcat to build the directory paths, use
+	g_build_path. Fixes a bug when you was connected to a remote host,
+	and you was in /, the path would show up as // 
+	(from Krzysztof Foltman <kfoltman@onet.pl>, slightly changed by me)
+
 2003-7-6 Brian Masney <masneyb@gftp.org>
 	* lib/pty.c lib/gftp.h - added gftp_exec_with_new_pty() and
 	gftp_exec_without_new_pty()
@@ -1181,7 +1188,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.106 2003/07/06 13:52:42 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.107 2003/07/06 14:14:33 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer