From a2dfc8a5c82d62fa3cb5d1c7848a4765f936bc12 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 23 Jun 2004 17:38:39 +0000 Subject: set the window type hint to normal so it can go below the shell window 2004-06-23 JP Rosevear * gui/dialogs/comp-editor.c (comp_editor_init): set the window type hint to normal so it can go below the shell window svn path=/trunk/; revision=26480 --- calendar/ChangeLog | 5 +++++ calendar/gui/dialogs/comp-editor.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 40d80dfbaa..68dd158295 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-06-23 JP Rosevear + + * gui/dialogs/comp-editor.c (comp_editor_init): set the window + type hint to normal so it can go below the shell window + 2004-06-23 Rodrigo Moya * gui/dialogs/comp-editor.c (comp_editor_notify_client_changed): diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index f6148c8f4b..ae9730caac 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -427,6 +427,8 @@ comp_editor_init (CompEditor *editor) priv->existing_org = FALSE; priv->user_org = FALSE; priv->warned = FALSE; + + gtk_window_set_type_hint (GTK_WINDOW (editor), GDK_WINDOW_TYPE_HINT_NORMAL); } -- cgit v1.2.3