[gthumb] update the entry points in an idle callback



commit 4e6e47728e0cc86d44eff93fabf9238c2e8fa33f
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Apr 28 21:51:51 2010 +0200

    update the entry points in an idle callback

 gthumb/gth-location-chooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-location-chooser.c b/gthumb/gth-location-chooser.c
index cc7eeaf..51278db 100644
--- a/gthumb/gth-location-chooser.c
+++ b/gthumb/gth-location-chooser.c
@@ -302,7 +302,7 @@ static void
 entry_points_changed_cb (GthMonitor         *monitor,
 			 GthLocationChooser *chooser)
 {
-	update_entry_point_list (chooser);
+	call_when_idle ((DataFunc) update_entry_point_list, chooser);
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]