[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9.0-123-g58c8a40

Pierre Biava nobody at users.sourceforge.net
Sun Apr 3 22:25:38 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  58c8a40befbcdd0a9070b2e2d8deb3ead7361029 (commit)
      from  3fb5a5798ad58a5505d4c45d84482fe7bc6bafa1 (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 58c8a40befbcdd0a9070b2e2d8deb3ead7361029
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Apr 3 22:22:23 2011 +0200

    corrects omissions committed after the commit a0ddc6ea3f3e9797bb17a405dd9e73d6dd11aa22

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

Changes:
diff --git a/src/main.c b/src/main.c
index c9d52ab..06de888 100644
--- a/src/main.c
+++ b/src/main.c
@@ -285,10 +285,10 @@ void main_mac_osx ( int argc, char **argv )
                         NULL );
     }
     menubar = gsb_grisbi_create_main_menu ( vbox );
-    grisbi_osx_init_menus ( window, menubar );
+    grisbi_osx_init_menus ( run.window, menubar );
     main_window_set_size_and_position ( );
 
-    gtk_widget_show ( window );
+    gtk_widget_show ( run.window );
 
 #if IS_DEVELOPMENT_VERSION == 1
     dialog_message ( "development-version", VERSION );
@@ -371,7 +371,7 @@ void main_win_32 (  int argc, char **argv )
     gsb_grisbi_create_main_menu ( vbox );
     main_window_set_size_and_position ( );
 
-    gtk_widget_show ( window );
+    gtk_widget_show ( run.window );
 
 #if IS_DEVELOPMENT_VERSION == 1
     dialog_message ( "development-version", VERSION );


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list