From a1ec611f6ee0224b2ece5d685f3568b3d9339221 Mon Sep 17 00:00:00 2001 From: Harald Judt Date: Wed, 25 Mar 2015 18:03:27 +0100 Subject: Reload parent folder of changed file --- thunar/thunar-folder.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/thunar/thunar-folder.c b/thunar/thunar-folder.c index 271cd8d..3480caf 100644 --- a/thunar/thunar-folder.c +++ b/thunar/thunar-folder.c @@ -625,6 +625,11 @@ thunar_folder_file_changed (ThunarFileMonitor *file_monitor, /* ...and if so, reload the folder */ thunar_folder_reload (folder); } + else + { + /* ... otherwise reload the parent folder of the changed file */ + thunar_file_reload_parent (file); + } } -- 2.3.3