comparison src/gtk/menu-items.c @ 445:954ab701fb55

2004-3-21 Brian Masney <masneyb@gftp.org> * src/gtk/menu-items.c (chdir_edit) - ignore the number of items that are selected in the listbox
author masneyb
date Sun, 21 Mar 2004 13:27:02 +0000
parents d469882002d9
children 4376ffeab64e
comparison
equal deleted inserted replaced
444:d469882002d9 445:954ab701fb55
245 gftp_window_data * wdata; 245 gftp_window_data * wdata;
246 const char *edttxt; 246 const char *edttxt;
247 char *tempstr; 247 char *tempstr;
248 248
249 wdata = data; 249 wdata = data;
250 if (!check_status (_("Chdir"), wdata, gftpui_common_use_threads (wdata->request), 1, 0, 250 if (!check_status (_("Chdir"), wdata, gftpui_common_use_threads (wdata->request), 0, 0,
251 wdata->request->chdir != NULL)) 251 wdata->request->chdir != NULL))
252 return (0); 252 return (0);
253 253
254 if (check_reconnect (wdata) < 0) 254 if (check_reconnect (wdata) < 0)
255 return (0); 255 return (0);