[Xfce4-commits] <thunar:master> Make the thumbnailing in ThunarStandardView a bit more responsive.
Jannis Pohlmann
noreply at xfce.org
Mon Feb 14 14:10:11 CET 2011
Updating branch refs/heads/master
to 216f3e9921557ddf2c763ac12d95ec085836cf14 (commit)
from d52a31fda15823809f23c42724ae43c39ecd20df (commit)
commit 216f3e9921557ddf2c763ac12d95ec085836cf14
Author: Jannis Pohlmann <jannis at 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);
}
More information about the Xfce4-commits
mailing list