aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-21 13:18:58 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-21 13:18:58 +0800
commitc99c1692987e9e58a9d800940e41855458424b85 (patch)
tree920a218929312f9011e5894e2502dbe2e742f292 /mail/ChangeLog
parent8a01ae27024dc0020b0c01a95cc08b4b3baa1e10 (diff)
downloadgsoc2013-evolution-c99c1692987e9e58a9d800940e41855458424b85.tar
gsoc2013-evolution-c99c1692987e9e58a9d800940e41855458424b85.tar.gz
gsoc2013-evolution-c99c1692987e9e58a9d800940e41855458424b85.tar.bz2
gsoc2013-evolution-c99c1692987e9e58a9d800940e41855458424b85.tar.lz
gsoc2013-evolution-c99c1692987e9e58a9d800940e41855458424b85.tar.xz
gsoc2013-evolution-c99c1692987e9e58a9d800940e41855458424b85.tar.zst
gsoc2013-evolution-c99c1692987e9e58a9d800940e41855458424b85.zip
dont desensitise HideDeleted just 'cause we have no folder, it needs to
2004-04-21 Not Zed <NotZed@Ximian.com> * em-folder-browser.c (emfb_activate): dont desensitise HideDeleted just 'cause we have no folder, it needs to depend on Trash folder only. (emfb_set_folder): set the hidedeleted sensitivity based on whether we have a trash folder or not. Fixed #57226. svn path=/trunk/; revision=25551
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 12d6bb16f1..43beeb0e0e 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2004-04-21 Not Zed <NotZed@Ximian.com>
+ * em-folder-browser.c (emfb_activate): dont desensitise
+ HideDeleted just 'cause we have no folder, it needs to depend on
+ Trash folder only.
+ (emfb_set_folder): set the hidedeleted sensitivity based on
+ whether we have a trash folder or not. Fixed #57226.
+
* em-folder-view.c (emfv_class_init): use the right signal
callback for the changed signal. Fixes #57246.