diff src/gtk/menu-items.c @ 830:afbe37351940

2006-10-19 Brian Masney <masneyb@gftp.org> WARNING: The CVS version of gFTP is currently broken, especially for international users. This will be fixed in a few days. * src/gtk/gtkui.c src/gtk/gtkui_transfer.c src/gtk/misc-gtk.c lib/gftp.h lib/misc.c lib/protocols.c - removed code that converts the filename to UTF8. This will be handled by the library. Removed utf8_file member from the gftp_file structure. * lib/rfc959.c - convert the file or directory from UTF8 to the proper locale when sending a command to the server. * src/uicommon/gftpui.c src/gtk/menu-items.c lib/misc.c lib/gftp.h (gftp_gen_ls_string) - convert the filename from UTF8 to the proper locale before it is displayed to the user.
author masneyb
date Thu, 19 Oct 2006 11:41:04 +0000
parents 49cfbe02926b
children 19dacfb69433
line wrap: on
line diff
--- a/src/gtk/menu-items.c	Sun Oct 15 18:45:06 2006 +0000
+++ b/src/gtk/menu-items.c	Thu Oct 19 11:41:04 2006 +0000
@@ -116,7 +116,7 @@
       if (!tempfle->shown)
         continue;
 
-      tempstr = gftp_gen_ls_string (tempfle, NULL, NULL);
+      tempstr = gftp_gen_ls_string (NULL, tempfle, NULL, NULL);
       fprintf (fd, "%s\n", tempstr);
       g_free (tempstr);
     }