diff src/gtk/gftp-gtk.h @ 229:35ae2e80962e

2003-7-22 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h - added gftp_lookup_bookmark_option() and gftp_set_bookmark_option(). Also added _gftp_set_option_value() that is used by the set functions for bookmark and request structures * src/gtk/bookmarks.c - make sure the options are copied over to the new bookmarks. Also show all of the editable toptions for this bookmark entry * src/gtk/options_dialog.c src/gtk/gftp-gtk.h lib/config_file.c lib/gftp.h - improvements to overriding options for each bookmark entry. There is still one crash that is occuring that I have to track down. For the moment, don't edit the bookmarks twice in the same session.
author masneyb
date Wed, 23 Jul 2003 02:39:24 +0000
parents a85a097bbb02
children a5205627a66f
line wrap: on
line diff
--- a/src/gtk/gftp-gtk.h	Mon Jul 21 19:54:10 2003 +0000
+++ b/src/gtk/gftp-gtk.h	Wed Jul 23 02:39:24 2003 +0000
@@ -151,6 +151,7 @@
   int tbl_col_num,
       tbl_row_num;
   gftp_option_type_enum last_option;
+  gftp_bookmarks_var * bm;
 } gftp_options_dialog_data;
 
 
@@ -363,10 +364,10 @@
 /* options_dialog.c */
 void options_dialog 				( gpointer data );
 
-void gftp_gtk_setup_bookmark_options 		( GtkWidget * notebook );
+void gftp_gtk_setup_bookmark_options 		( GtkWidget * notebook,
+						  gftp_bookmarks_var * bm );
 
-void gftp_gtk_save_bookmark_options 		( GtkWidget * widget, 
-						  gpointer data );
+void gftp_gtk_save_bookmark_options 		( gftp_bookmarks_var * bm );
 
 /* rename_dialog.c */
 void rename_dialog				( gpointer data );