From 00ceab12852d8c5a554e9c09116883bf7647bdd6 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 11 Sep 2000 15:04:34 +0000 Subject: Unset the `GTK_FLOATING' flag when constructing an `EvolutionStorageListener' as it's self-owned. svn path=/trunk/; revision=5322 --- shell/ChangeLog | 6 ++++++ shell/evolution-storage-listener.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/shell/ChangeLog b/shell/ChangeLog index 0858065aec..aca74fb3b8 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2000-09-11 Ettore Perazzoli + + * evolution-storage-listener.c + (evolution_storage_listener_construct): Unset the `GTK_FLOATING' + flag as `EvolutionStorageListener' is self-owned. + 2000-09-11 Ettore Perazzoli * e-storage.c (impl_list_folders): Removed. diff --git a/shell/evolution-storage-listener.c b/shell/evolution-storage-listener.c index 250c884734..ee568bcdeb 100644 --- a/shell/evolution-storage-listener.c +++ b/shell/evolution-storage-listener.c @@ -279,6 +279,8 @@ evolution_storage_listener_construct (EvolutionStorageListener *listener, g_return_if_fail (priv->corba_objref == CORBA_OBJECT_NIL); priv->corba_objref = corba_objref; + + GTK_OBJECT_UNSET_FLAGS (GTK_OBJECT (object), GTK_FLOATING); } EvolutionStorageListener * -- cgit v1.2.3