aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-11 23:04:34 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-11 23:04:34 +0800
commit00ceab12852d8c5a554e9c09116883bf7647bdd6 (patch)
treed13ffa67f809fa5729ce79021483630b24c3c1e5 /shell
parent65b1f8dc1f894bac8fed3e5b923f461ce4e6adda (diff)
downloadgsoc2013-evolution-00ceab12852d8c5a554e9c09116883bf7647bdd6.tar
gsoc2013-evolution-00ceab12852d8c5a554e9c09116883bf7647bdd6.tar.gz
gsoc2013-evolution-00ceab12852d8c5a554e9c09116883bf7647bdd6.tar.bz2
gsoc2013-evolution-00ceab12852d8c5a554e9c09116883bf7647bdd6.tar.lz
gsoc2013-evolution-00ceab12852d8c5a554e9c09116883bf7647bdd6.tar.xz
gsoc2013-evolution-00ceab12852d8c5a554e9c09116883bf7647bdd6.tar.zst
gsoc2013-evolution-00ceab12852d8c5a554e9c09116883bf7647bdd6.zip
Unset the `GTK_FLOATING' flag when constructing an
`EvolutionStorageListener' as it's self-owned. svn path=/trunk/; revision=5322
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/evolution-storage-listener.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0858065aec..aca74fb3b8 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
2000-09-11 Ettore Perazzoli <ettore@helixcode.com>
+ * evolution-storage-listener.c
+ (evolution_storage_listener_construct): Unset the `GTK_FLOATING'
+ flag as `EvolutionStorageListener' is self-owned.
+
+2000-09-11 Ettore Perazzoli <ettore@helixcode.com>
+
* e-storage.c (impl_list_folders): Removed.
(impl_get_subfolder_paths): New static function, implementation
for `::get_subfolder_paths'.
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 *