comparison ChangeLog @ 916:936635b76f02

2007-4-26 Brian Masney <masneyb@gftp.org> * src/gtk/misc-gtk.c lib/gftp.h lib/protocols.c - added filename_utf8_encoded flag to the gftp_file structure. If this is false, then don't attempt to show the filename in the GTK port. The user can still select the blank filename though.
author masneyb
date Thu, 26 Apr 2007 23:47:34 +0000
parents 1f9c6baa458c
children afea4eaec5f0
comparison
equal deleted inserted replaced
915:ecac0834d141 916:936635b76f02
1 2007-4-26 Brian Masney <masneyb@gftp.org>
2 * src/gtk/misc-gtk.c lib/gftp.h lib/protocols.c - added
3 filename_utf8_encoded flag to the gftp_file structure. If this is false,
4 then don't attempt to show the filename in the GTK port. The user can
5 still select the blank filename though.
6
1 2007-4-18 Brian Masney <masneyb@gftp.org> 7 2007-4-18 Brian Masney <masneyb@gftp.org>
2 * src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/gftp-gtk.h - added new 8 * src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/gftp-gtk.h - added new
3 function gftp_gtk_init_request(). It will initialize a gftp_request 9 function gftp_gtk_init_request(). It will initialize a gftp_request
4 structure inside the gftp_window_data structure. 10 structure inside the gftp_window_data structure.
5 11