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/gui/dialogs/comp-editor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui/dialogs/comp-editor.c') 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