aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-editor.c
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/mail-account-editor.c
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/mail-account-editor.c')
-rw-r--r--mail/mail-account-editor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-account-editor.c b/mail/mail-account-editor.c
index 963ba36498..8b2b5a8861 100644
--- a/mail/mail-account-editor.c
+++ b/mail/mail-account-editor.c
@@ -37,6 +37,8 @@
#include <gtk/gtknotebook.h>
#include <gtk/gtkstock.h>
+#include "widgets/misc/e-error.h"
+
#include "em-account-prefs.h"
#include "mail-config.h"
#include "mail-account-editor.h"