[gthumb] update the entry points in an idle callback in gth-browser as well



commit dd68bb462311db6a90e822b90f78c0d22ff76027
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Apr 29 16:11:09 2010 +0200

    update the entry points in an idle callback in gth-browser as well

 gthumb/gth-browser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index 6ffab92..2e51360 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -2904,7 +2904,7 @@ static void
 entry_points_changed_cb (GthMonitor *monitor,
 			 GthBrowser *browser)
 {
-	_gth_browser_update_entry_point_list (browser);
+	call_when_idle ((DataFunc) _gth_browser_update_entry_point_list, browser);
 }
 
 



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