diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-10 13:24:10 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-10 13:24:10 +0800 |
commit | 945c153f04aa888d37f37d0c7048ea7f1b591185 (patch) | |
tree | bbc7b8fe5a935091e69fd300845bce2fdab4d62a /mail/mail-account-editor.c | |
parent | a02934f6a81406fa9509025e94199e9e78ea59a8 (diff) | |
download | gsoc2013-evolution-945c153f04aa888d37f37d0c7048ea7f1b591185.tar.gz 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.c | 2 |
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" |