[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_1-64-g3d46eea

Philippe Delorme nobody at users.sourceforge.net
Wed May 25 18:32:30 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  3d46eea25705948ff628d9f67e0dbb480d284858 (commit)
      from  8685dbf00ff005f22a23952e6562837bd7a59ca9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3d46eea25705948ff628d9f67e0dbb480d284858
Author: Philippe Delorme <philippedelorme at users.sourceforge.net>
Date:   Wed May 25 18:31:07 2011 +0200

    Forgotten modification for 37a7cabf0a65640c1eac2cf9fccea16a12e5059b

-----------------------------------------------------------------------

Changes:
diff --git a/src/navigation.c b/src/navigation.c
index 0116b72..cef947a 100644
--- a/src/navigation.c
+++ b/src/navigation.c
@@ -1996,7 +1996,7 @@ gboolean gsb_gui_navigation_button_press ( GtkWidget *tree_view,
             gsb_gui_navigation_context_menu ( tree_view, path );
             gtk_tree_path_free ( path );
 
-            while ( g_main_context_iteration ( NULL, FALSE ) );
+            update_gui ( );
 
             return FALSE;
         }
diff --git a/src/utils.c b/src/utils.c
index 813b777..e8d7d0c 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -451,8 +451,7 @@ gboolean assert_account_loaded ()
  */
 void update_gui ( void )
 {
-    while ( gtk_events_pending ( ) )
-        gtk_main_iteration ( );
+    while ( g_main_context_iteration ( NULL, FALSE ) );
 }
 
 


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list