aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage-listener.c
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/evolution-storage-listener.c
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/evolution-storage-listener.c')
-rw-r--r--shell/evolution-storage-listener.c2
1 files changed, 2 insertions, 0 deletions
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 *