aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-06-24 01:38:39 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-06-24 01:38:39 +0800
commita2dfc8a5c82d62fa3cb5d1c7848a4765f936bc12 (patch)
treea4b37eff14d4c1bf6e2cee2394c0fc2d95f5bebe
parente659218812616a19532ccdabf1274d296cd0566c (diff)
downloadgsoc2013-evolution-a2dfc8a5c82d62fa3cb5d1c7848a4765f936bc12.tar
gsoc2013-evolution-a2dfc8a5c82d62fa3cb5d1c7848a4765f936bc12.tar.gz
gsoc2013-evolution-a2dfc8a5c82d62fa3cb5d1c7848a4765f936bc12.tar.bz2
gsoc2013-evolution-a2dfc8a5c82d62fa3cb5d1c7848a4765f936bc12.tar.lz
gsoc2013-evolution-a2dfc8a5c82d62fa3cb5d1c7848a4765f936bc12.tar.xz
gsoc2013-evolution-a2dfc8a5c82d62fa3cb5d1c7848a4765f936bc12.tar.zst
gsoc2013-evolution-a2dfc8a5c82d62fa3cb5d1c7848a4765f936bc12.zip
set the window type hint to normal so it can go below the shell window
2004-06-23 JP Rosevear <jpr@novell.com> * 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
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/dialogs/comp-editor.c2
2 files changed, 7 insertions, 0 deletions
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 <jpr@novell.com>
+
+ * 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 <rodrigo@novell.com>
* 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);
}