diff src/gtk/transfer.c @ 514:e55d8b35d809

2004-7-25 Brian Masney <masneyb@gftp.org> * src/gtk/bookmarks.c src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/transfer.c src/text/textui.c src/uicommon/gftpui.c src/uicommon/gftpui.h - added clear_cache argument to gftpui_refresh() Don't clear the cache when changing directories * src/uicommon/gftpuicallbacks.c (_gftpui_common_rm_list) - return 0 on success * src/gtk/delete_dialog.c - refresh the directory listing after the operation was successful
author masneyb
date Sun, 25 Jul 2004 15:48:25 +0000
parents c3ff4479a92d
children 648bf2825ea9
line wrap: on
line diff
--- a/src/gtk/transfer.c	Sun Jul 25 15:24:37 2004 +0000
+++ b/src/gtk/transfer.c	Sun Jul 25 15:48:25 2004 +0000
@@ -442,7 +442,7 @@
   if (refresh_files && tdata->curfle && tdata->curfle->next &&
       compare_request (tdata->toreq, 
                        ((gftp_window_data *) tdata->towdata)->request, 1))
-    gftpui_refresh (tdata->towdata);
+    gftpui_refresh (tdata->towdata, 1);
 }
 
 
@@ -594,7 +594,7 @@
 
       if (tdata->towdata != NULL && compare_request (tdata->toreq,
                            ((gftp_window_data *) tdata->towdata)->request, 1))
-        gftpui_refresh (tdata->towdata);
+        gftpui_refresh (tdata->towdata, 1);
 
       num_transfers_in_progress--;
     }