[Xfce4-commits] <thunar:jannis/thumbnailer-improvements> Make sure to reset the thumbnail timeout/idle handler ID.

Jannis Pohlmann noreply at xfce.org
Mon Feb 7 19:30:03 CET 2011


Updating branch refs/heads/jannis/thumbnailer-improvements
         to 57cee92472be55feb9cb3549725190dfc035c314 (commit)
       from d2dd3f68af0afaf4035a3ffbc7340d257703a003 (commit)

commit 57cee92472be55feb9cb3549725190dfc035c314
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Mon Feb 7 16:50:15 2011 +0100

    Make sure to reset the thumbnail timeout/idle handler ID.

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

diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index 6686052..0d3257f 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -3438,6 +3438,9 @@ thunar_standard_view_request_thumbnails (ThunarStandardView *standard_view)
       gtk_tree_path_free (end_path);
     }
 
+  /* reset the timeout or idle handler ID */
+  standard_view->priv->thumbnail_source_id = 0;
+
   return FALSE;
 }
 



More information about the Xfce4-commits mailing list