aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-25 15:33:38 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-25 15:33:38 +0800
commit18f0b76b71d52376526dcd6cfc4f057c8d324084 (patch)
tree9e27e95336e5aac5a1290ee47c56871df0756433 /shell/ChangeLog
parent77ba5399031de0aba831e267a4b6ed6f0d51ca6c (diff)
downloadgsoc2013-evolution-18f0b76b71d52376526dcd6cfc4f057c8d324084.tar
gsoc2013-evolution-18f0b76b71d52376526dcd6cfc4f057c8d324084.tar.gz
gsoc2013-evolution-18f0b76b71d52376526dcd6cfc4f057c8d324084.tar.bz2
gsoc2013-evolution-18f0b76b71d52376526dcd6cfc4f057c8d324084.tar.lz
gsoc2013-evolution-18f0b76b71d52376526dcd6cfc4f057c8d324084.tar.xz
gsoc2013-evolution-18f0b76b71d52376526dcd6cfc4f057c8d324084.tar.zst
gsoc2013-evolution-18f0b76b71d52376526dcd6cfc4f057c8d324084.zip
Fix a bug that could happen when a shell view would be destroyed and
the unread message count would change in some folder. svn path=/trunk/; revision=7803
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 31b5ca076c..5066c3d790 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-25 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-shell-view.c (e_shell_view_construct): Connect the
+ "updated_folder" with `gtk_signal_connect_while_alive()' so that
+ it gets disconnected when the shell view dies.
+
2001-01-24 Jason Leach <jasonleach@usa.net>
(Fix #1252: Need a File->Close way to close a view)