diff src/gtk/bookmarks.c @ 429:1d45758e5cf5

2004-3-17 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h lib/misc.c lib/protocols.c src/gtk/bookmarks.c (gftp_copy_local_options) - in the new options that are copied, update the the number of options that are stored.
author masneyb
date Wed, 17 Mar 2004 13:03:25 +0000
parents 38bfc112ab46
children 037e904642e8
line wrap: on
line diff
--- a/src/gtk/bookmarks.c	Wed Mar 17 12:00:08 2004 +0000
+++ b/src/gtk/bookmarks.c	Wed Mar 17 13:03:25 2004 +0000
@@ -229,6 +229,7 @@
 
       gftp_copy_local_options (&newentry->local_options_vars,
                                &newentry->local_options_hash,
+                               &newentry->num_local_options_vars,
                                tempentry->local_options_vars,
                                tempentry->num_local_options_vars);
       newentry->num_local_options_vars = tempentry->num_local_options_vars;