[Xfce4-commits] [xfce/thunar] 01/01: Do not perform the complete folder reload in idle (bug #11849)
noreply at xfce.org
noreply at xfce.org
Fri Apr 24 17:26:26 CEST 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/thunar.
commit ea00375c7d041105033678d5515b651a34e1804d
Author: Harald Judt <h.judt at gmx.at>
Date: Thu Apr 23 21:41:45 2015 +0200
Do not perform the complete folder reload in idle (bug #11849)
This can cause an infinite loop as described in the bug report.
---
thunar/thunar-folder.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/thunar/thunar-folder.c b/thunar/thunar-folder.c
index 9e6fc17..2d70f52 100644
--- a/thunar/thunar-folder.c
+++ b/thunar/thunar-folder.c
@@ -551,10 +551,10 @@ thunar_folder_finished (ExoJob *job,
if (folder->reload_info)
{
for (lp = folder->files; lp != NULL; lp = lp->next)
- thunar_file_reload_idle (lp->data);
+ thunar_file_reload (lp->data);
/* reload folder information too */
- thunar_file_reload_idle (folder->corresponding_file);
+ thunar_file_reload (folder->corresponding_file);
folder->reload_info = FALSE;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list