comparison src/gtk/bookmarks.c @ 544:79908ac335d2

2004-9-6 Brian Masney <masneyb@gftp.org> * src/gtk/bookmarks.c - make sure that edit_bookmarks_dialog is initialized to NULL
author masneyb
date Tue, 07 Sep 2004 01:01:04 +0000
parents c6a6e908dbaf
children 7f54d0c0edbc
comparison
equal deleted inserted replaced
543:87ea7ff84a5d 544:79908ac335d2
18 /*****************************************************************************/ 18 /*****************************************************************************/
19 19
20 #include "gftp-gtk.h" 20 #include "gftp-gtk.h"
21 static const char cvsid[] = "$Id$"; 21 static const char cvsid[] = "$Id$";
22 22
23 static GtkWidget * bm_dialog = NULL, * bm_hostedit, * bm_portedit, 23 static GtkWidget * bm_dialog = NULL, * edit_bookmarks_dialog = NULL;
24 * bm_localdiredit, * bm_remotediredit, * bm_useredit, 24 static GtkWidget * bm_hostedit, * bm_portedit, * bm_localdiredit,
25 * bm_passedit, * bm_acctedit, * anon_chk, * bm_pathedit, 25 * bm_remotediredit, * bm_useredit, * bm_passedit, * tree,
26 * bm_protocol, * tree, * edit_bookmarks_dialog; 26 * bm_acctedit, * anon_chk, * bm_pathedit, * bm_protocol;
27 static GHashTable * new_bookmarks_htable = NULL; 27 static GHashTable * new_bookmarks_htable = NULL;
28 static gftp_bookmarks_var * new_bookmarks = NULL; 28 static gftp_bookmarks_var * new_bookmarks = NULL;
29 static GtkItemFactory * edit_factory; 29 static GtkItemFactory * edit_factory;
30 30
31 31