Make the splash screen stack as a regular window instead of stacking in front of everything else.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20168 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2011-01-25 17:06:59 +00:00
parent 02e2762634
commit a7f21a324b

View File

@ -64,7 +64,7 @@ gnc_show_splash_screen (void)
if (!gnc_gconf_get_bool(GCONF_GENERAL, "show_splash_screen", NULL)) return;
splash = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_type_hint (GTK_WINDOW (splash), GDK_WINDOW_TYPE_HINT_SPLASHSCREEN);
gtk_window_set_decorated(GTK_WINDOW (splash), FALSE);
gtk_window_set_skip_taskbar_hint (GTK_WINDOW (splash), TRUE);
g_signal_connect (splash, "destroy",