[Xfce4-commits] <thunar:nick/fixes-for-master> Revert "Force a reload after deleting a file."

Nick Schermer noreply at xfce.org
Wed Dec 16 15:08:02 CET 2009


Updating branch refs/heads/nick/fixes-for-master
         to c5292ca9b2edeb3becad21331e0d86152afbd2eb (commit)
       from d2abca3427250f00baa2655091f60bb82ab5ea88 (commit)

commit c5292ca9b2edeb3becad21331e0d86152afbd2eb
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Dec 16 15:05:13 2009 +0100

    Revert "Force a reload after deleting a file."
    
    This reverts commit e30984d8f60110df943a57c0d0f57dc14b146026.
    
    It can lead to a not completely refreshed interface. If we
    want this we should probably work with a closure.

 thunar/thunar-standard-view.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index dae21c4..b7362f9 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -1975,9 +1975,6 @@ thunar_standard_view_action_delete (GtkAction          *action,
   application = thunar_application_get ();
   thunar_application_unlink_files (application, GTK_WIDGET (standard_view), standard_view->selected_files);
   g_object_unref (G_OBJECT (application));
-
-  /* manually reload the folder to avoid a delay */
-  thunar_standard_view_reload (THUNAR_VIEW (standard_view));
 }
 
 



More information about the Xfce4-commits mailing list