r20168 - gnucash/trunk/src/gnome-utils - Make the splash screen stack as a regular window instead of stacking in front of everything else.

John Ralls jralls at code.gnucash.org
Tue Jan 25 12:06:59 EST 2011


Author: jralls
Date: 2011-01-25 12:06:59 -0500 (Tue, 25 Jan 2011)
New Revision: 20168
Trac: http://svn.gnucash.org/trac/changeset/20168

Modified:
   gnucash/trunk/src/gnome-utils/gnc-splash.c
Log:
Make the splash screen stack as a regular window instead of stacking in front of everything else.

Modified: gnucash/trunk/src/gnome-utils/gnc-splash.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-splash.c	2011-01-25 17:05:58 UTC (rev 20167)
+++ gnucash/trunk/src/gnome-utils/gnc-splash.c	2011-01-25 17:06:59 UTC (rev 20168)
@@ -64,7 +64,7 @@
     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",



More information about the gnucash-changes mailing list