mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
02e2762634
commit
a7f21a324b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user