Updating branch refs/heads/master
         to 216f3e9921557ddf2c763ac12d95ec085836cf14 (commit)
       from d52a31fda15823809f23c42724ae43c39ecd20df (commit)

commit 216f3e9921557ddf2c763ac12d95ec085836cf14
Author: Jannis Pohlmann <jan...@xfce.org>
Date:   Mon Feb 7 22:24:55 2011 +0100

    Make the thumbnailing in ThunarStandardView a bit more responsive.
    
    Use a timeout of 175ms instead of 250ms.

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

diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index 0d3257f..2478d7e 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -3341,7 +3341,7 @@ thunar_standard_view_schedule_thumbnail_timeout 
(ThunarStandardView *standard_vi
 
   /* schedule the timeout handler */
   standard_view->priv->thumbnail_source_id = 
-    g_timeout_add (250, (GSourceFunc) thunar_standard_view_request_thumbnails, 
+    g_timeout_add (175, (GSourceFunc) thunar_standard_view_request_thumbnails, 
                    standard_view);
 }
 
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to