diff src/gtk/gftp-gtk.h @ 139:c363b08e0118

2003-4-21 Brian Masney <masneyb@gftp.org> * lib/gftp.h - added ui_cancel_function to struct gftp_option_type_var * src/gtk/gftp-gtk.c - added custom_edit_value to struct gftp_textcomboedt_widget_data * src/gtk/options_dialog.c - fixups for gftp_option_type_textcomboedt. The value will always convert %n to \n when reading in and then do the opposite conversion when saving the variable. Also, added tooltips to the options * lib/rfc959.c - remove FIXME comment
author masneyb
date Tue, 22 Apr 2003 01:42:05 +0000
parents 84b3e69807a2
children 13ca1defdc75
line wrap: on
line diff
--- a/src/gtk/gftp-gtk.h	Sun Apr 20 23:29:49 2003 +0000
+++ b/src/gtk/gftp-gtk.h	Tue Apr 22 01:42:05 2003 +0000
@@ -139,6 +139,7 @@
   GtkWidget * combo,
             * text;
   gftp_config_vars * cv;
+  char * custom_edit_value;
 } gftp_textcomboedt_widget_data;