From 6b104f92604f2c8741bb389bbd8182d51717ca2b Mon Sep 17 00:00:00 2001 From: David Hampton Date: Thu, 9 Feb 2006 04:34:28 +0000 Subject: [PATCH] Set the window type hint to normal. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13161 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/glade/commodities.glade | 2 +- src/gnome/glade/price.glade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gnome/glade/commodities.glade b/src/gnome/glade/commodities.glade index cfc9be4032..89bc1e334d 100644 --- a/src/gnome/glade/commodities.glade +++ b/src/gnome/glade/commodities.glade @@ -15,7 +15,7 @@ True False False - GDK_WINDOW_TYPE_HINT_DIALOG + GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST True diff --git a/src/gnome/glade/price.glade b/src/gnome/glade/price.glade index 427802a161..ba9ba64b5e 100644 --- a/src/gnome/glade/price.glade +++ b/src/gnome/glade/price.glade @@ -16,7 +16,7 @@ True False False - GDK_WINDOW_TYPE_HINT_DIALOG + GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST True