diff --git a/src/gnome-utils/glade/preferences.glade b/src/gnome-utils/glade/preferences.glade index 4bb220cdaa..1edfb3cf73 100644 --- a/src/gnome-utils/glade/preferences.glade +++ b/src/gnome-utils/glade/preferences.glade @@ -1263,8 +1263,8 @@ 4 - 2 - 3 + 3 + 4 GTK_FILL 12 @@ -1357,8 +1357,8 @@ 4 - 10 - 11 + 11 + 12 GTK_FILL 12 @@ -1372,8 +1372,8 @@ True - 9 - 10 + 10 + 11 GTK_FILL @@ -1384,8 +1384,8 @@ 0 - 8 - 9 + 9 + 10 GTK_FILL @@ -1399,8 +1399,8 @@ gconf/general/auto_decimal_places - 7 - 8 + 8 + 9 GTK_FILL 12 @@ -1417,8 +1417,8 @@ 1 2 - 7 - 8 + 8 + 9 GTK_FILL @@ -1435,8 +1435,8 @@ 4 - 6 - 7 + 7 + 8 GTK_FILL 12 @@ -1454,8 +1454,8 @@ 4 - 5 - 6 + 6 + 7 GTK_FILL 12 @@ -1469,8 +1469,8 @@ True - 4 - 5 + 5 + 6 GTK_FILL @@ -1534,6 +1534,25 @@ + + + Show splash scree_n + True + True + False + Show splash screen at startup. + True + True + + + 4 + 2 + 3 + GTK_FILL + + 12 + + True @@ -1543,8 +1562,8 @@ gconf/general/autosave_interval_minutes - 12 - 13 + 13 + 14 GTK_FILL 12 @@ -1583,8 +1602,8 @@ 1 3 - 12 - 13 + 13 + 14 GTK_FILL GTK_FILL @@ -1601,8 +1620,8 @@ 4 - 11 - 12 + 12 + 13 GTK_FILL 12 @@ -1664,18 +1683,6 @@ 12 - - - True - 0 - - - 3 - 4 - GTK_FILL - - - @@ -1775,27 +1782,6 @@ - - - - - - - - - - - - True - 0 - - - 13 - 14 - GTK_FILL - - - 3 diff --git a/src/gnome-utils/gnc-gnome-utils.c b/src/gnome-utils/gnc-gnome-utils.c index d44d0e7dd9..2902b54ccf 100644 --- a/src/gnome-utils/gnc-gnome-utils.c +++ b/src/gnome-utils/gnc-gnome-utils.c @@ -622,7 +622,8 @@ gnc_gui_init(void) g_set_application_name(PACKAGE_NAME); - gnc_gui_init_splash(); + if (gnc_gconf_get_bool(GCONF_GENERAL, "show_splash_screen", NULL)) + gnc_gui_init_splash(); gnome_is_initialized = TRUE; diff --git a/src/gnome/schemas/apps_gnucash_general.schemas.in b/src/gnome/schemas/apps_gnucash_general.schemas.in index 62c669fd14..444b938fd6 100644 --- a/src/gnome/schemas/apps_gnucash_general.schemas.in +++ b/src/gnome/schemas/apps_gnucash_general.schemas.in @@ -301,6 +301,21 @@ + + /schemas/apps/gnucash/general/show_splash_screen + /apps/gnucash/general/show_splash_screen + gnucash + bool + TRUE + + Show splash screen + + If active, a splash screen will be shown at + startup. Otherwise no splash screen will be shown. + + + + /schemas/apps/gnucash/general/register/use_theme_colors /apps/gnucash/general/register/use_theme_colors