diff src/gtk/bookmarks.c @ 26:d74bfa342116

2002-09-24 gettextize <bug-gnu-gettext@gnu.org> * Makefile.am (SUBDIRS): Add intl, (ACLOCAL_AMFLAGS): New variable. (EXTRA_DIST): Add config.rpath mkinstalldirs. * configure.in (AC_OUTPUT): Add intl/Makefile, 2002-09-24 Brian Masney <masneyb@gftp.org> * lib/config_file.c - separated saving of bookmarks from gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will no longer be rewritten to disk every time gFTP exits * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of gftp_write_config_file() when altering a bookmark * configure.in - Fixed problem with the text port being compiled against glib 1.2 if we wanted it to be compiled against glib 2.0 instead * autogen.sh - add this build script
author masneyb
date Tue, 24 Sep 2002 12:18:40 +0000
parents e19785b088d7
children c8ec7877432e
line wrap: on
line diff
--- a/src/gtk/bookmarks.c	Tue Sep 24 11:21:32 2002 +0000
+++ b/src/gtk/bookmarks.c	Tue Sep 24 12:18:40 2002 +0000
@@ -224,7 +224,7 @@
   gtk_item_factory_create_item (factory, &test, (gpointer) tempentry->path,
 				1);
   g_free (test.path);
-  gftp_write_config_file ();
+  gftp_write_bookmarks_file ();
 }
 
 
@@ -487,7 +487,7 @@
       new_bookmarks_htable = NULL;
     }
   build_bookmarks_menu ();
-  gftp_write_config_file ();
+  gftp_write_bookmarks_file ();
 }