[grisbi-cvs] [SCM] grisbi branch, grisbi-1.0.x, updated. upstream_version_0_9_90-20-g251eb8b
Pierre Biava
nobody at users.sourceforge.net
Sun Jan 6 18:01:04 CET 2013
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, grisbi-1.0.x has been updated
via 251eb8b50b4f5b5978e7ae580511e88d4595c826 (commit)
from 90b40096d02c55d95c2534fed055b3f8ac84625c (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 251eb8b50b4f5b5978e7ae580511e88d4595c826
Author: pbiava <pierre.biava at nerim.net>
Date: Sun Jan 6 18:00:05 2013 +0100
backward to initialize gtkosx_application
-----------------------------------------------------------------------
Changes:
diff --git a/src/main.c b/src/main.c
index 15250fd..979bfa3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -260,11 +260,11 @@ void main_mac_osx ( int argc, char **argv )
gsb_grisbi_print_environment_var ( );
#endif
+ gtk_init ( &argc, &argv );
+
/* init the app */
theApp = g_object_new ( GTKOSX_TYPE_APPLICATION, NULL );
- gtk_init ( &argc, &argv );
-
#ifdef HAVE_GOFFICE
/* initialisation libgoffice */
libgoffice_init ( );
@@ -316,7 +316,7 @@ void main_mac_osx ( int argc, char **argv )
NULL );
}
menubar = gsb_grisbi_create_main_menu ( vbox );
- grisbi_osx_init_menus ( main_window, menubar );
+ grisbi_osx_init_menus ( run.window, menubar );
main_window_set_size_and_position ( );
gtk_widget_show ( run.window );
hooks/post-receive
--
grisbi
More information about the cvs
mailing list