comparison 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
comparison
equal deleted inserted replaced
428:f882d8e205c5 429:1d45758e5cf5
227 227
228 newentry->port = tempentry->port; 228 newentry->port = tempentry->port;
229 229
230 gftp_copy_local_options (&newentry->local_options_vars, 230 gftp_copy_local_options (&newentry->local_options_vars,
231 &newentry->local_options_hash, 231 &newentry->local_options_hash,
232 &newentry->num_local_options_vars,
232 tempentry->local_options_vars, 233 tempentry->local_options_vars,
233 tempentry->num_local_options_vars); 234 tempentry->num_local_options_vars);
234 newentry->num_local_options_vars = tempentry->num_local_options_vars; 235 newentry->num_local_options_vars = tempentry->num_local_options_vars;
235 236
236 if (sibling == NULL) 237 if (sibling == NULL)