aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 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'.