Mercurial > gftp.yaz
changeset 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 | 15be10c741dc |
files | ChangeLog src/gtk/menu-items.c |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Mar 21 13:22:41 2004 +0000 +++ b/ChangeLog Sun Mar 21 13:27:02 2004 +0000 @@ -1,4 +1,7 @@ 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 + * src/gtk/view_dialog.c src/gtk/menu-items.c - cleanups to the view log code @@ -2364,7 +2367,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.249 2004/03/21 13:22:40 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.250 2004/03/21 13:27:00 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
--- a/src/gtk/menu-items.c Sun Mar 21 13:22:41 2004 +0000 +++ b/src/gtk/menu-items.c Sun Mar 21 13:27:02 2004 +0000 @@ -247,7 +247,7 @@ char *tempstr; wdata = data; - if (!check_status (_("Chdir"), wdata, gftpui_common_use_threads (wdata->request), 1, 0, + if (!check_status (_("Chdir"), wdata, gftpui_common_use_threads (wdata->request), 0, 0, wdata->request->chdir != NULL)) return (0);