aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-10 13:24:10 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-10 13:24:10 +0800
commit945c153f04aa888d37f37d0c7048ea7f1b591185 (patch)
treebbc7b8fe5a935091e69fd300845bce2fdab4d62a /mail/ChangeLog
parenta02934f6a81406fa9509025e94199e9e78ea59a8 (diff)
downloadgsoc2013-evolution-945c153f04aa888d37f37d0c7048ea7f1b591185.tar
gsoc2013-evolution-945c153f04aa888d37f37d0c7048ea7f1b591185.tar.gz
gsoc2013-evolution-945c153f04aa888d37f37d0c7048ea7f1b591185.tar.bz2
gsoc2013-evolution-945c153f04aa888d37f37d0c7048ea7f1b591185.tar.lz
gsoc2013-evolution-945c153f04aa888d37f37d0c7048ea7f1b591185.tar.xz
gsoc2013-evolution-945c153f04aa888d37f37d0c7048ea7f1b591185.tar.zst
gsoc2013-evolution-945c153f04aa888d37f37d0c7048ea7f1b591185.zip
cleanup the view menus if they were created.
2004-05-10 Not Zed <NotZed@Ximian.com> * em-folder-view.c (emfv_activate): cleanup the view menus if they were created. * em-folder-view.h: added list_active bit, means the view is showing the list and needs e.g. view menus. * em-folder-view.c (emfv_setup_view_instance): was create_view_instance. Now also setup the menu's if we're showing the list. * em-folder-browser.c (emfb_create_view_menus): removed. moved functionality into emfolderview. 2004-05-07 Not Zed <NotZed@Ximian.com> * mail-account-editor.c: include missing header. svn path=/trunk/; revision=25827
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 664b809101..e8d3f7869b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,17 @@
+2004-05-10 Not Zed <NotZed@Ximian.com>
+
+ * em-folder-view.c (emfv_activate): cleanup the view menus if they
+ were created.
+
+ * em-folder-view.h: added list_active bit, means the view is
+ showing the list and needs e.g. view menus.
+
+ * em-folder-view.c (emfv_setup_view_instance): was
+ create_view_instance. Now also setup the menu's if we're showing the list.
+
+ * em-folder-browser.c (emfb_create_view_menus): removed. moved
+ functionality into emfolderview.
+
2004-05-07 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #57152.
@@ -25,6 +39,8 @@
2004-05-07 Not Zed <NotZed@Ximian.com>
+ * mail-account-editor.c: include missing header.
+
** See bug #57935.
* em-folder-view.c (emfv_set_message): add new arg, nomarkseen,