gnucash maint: Bug 723689 - Splash screen doesn’t set the floating hint.

John Ralls jralls at code.gnucash.org
Mon Jan 18 12:52:31 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/e4a249d9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d8aea0f4 (commit)



commit e4a249d94edd56c8c56a6062f7f00c4643dd8081
Author: Robert Gill <sdf.lonestar.org>
Date:   Mon Jan 18 09:52:07 2016 -0800

    Bug 723689 - Splash screen doesn’t set the floating hint.

diff --git a/src/gnome-utils/gnc-splash.c b/src/gnome-utils/gnc-splash.c
index f532674..a664a33 100644
--- a/src/gnome-utils/gnc-splash.c
+++ b/src/gnome-utils/gnc-splash.c
@@ -73,6 +73,7 @@ gnc_show_splash_screen (void)
 
     gtk_window_set_title (GTK_WINDOW (splash), "GnuCash");
     gtk_window_set_position (GTK_WINDOW (splash), GTK_WIN_POS_CENTER);
+    gtk_window_set_type_hint (GTK_WINDOW (splash), GDK_WINDOW_TYPE_HINT_DIALOG);
 
     pixmap = gnc_gnome_get_pixmap ("gnucash_splash.png");
 



Summary of changes:
 src/gnome-utils/gnc-splash.c | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list