aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-browser.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-06-09 17:54:15 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-06-09 17:54:15 +0800
commit5c0a74daec3233ea307f25e23c83ba0db83f1b47 (patch)
treebb71e8ecc8ec8f3306caf00287a90a169a3b3b72 /mail/em-folder-browser.c
parent4318006c1b3232589c73289267fca4573167db43 (diff)
downloadgsoc2013-evolution-5c0a74daec3233ea307f25e23c83ba0db83f1b47.tar
gsoc2013-evolution-5c0a74daec3233ea307f25e23c83ba0db83f1b47.tar.gz
gsoc2013-evolution-5c0a74daec3233ea307f25e23c83ba0db83f1b47.tar.bz2
gsoc2013-evolution-5c0a74daec3233ea307f25e23c83ba0db83f1b47.tar.lz
gsoc2013-evolution-5c0a74daec3233ea307f25e23c83ba0db83f1b47.tar.xz
gsoc2013-evolution-5c0a74daec3233ea307f25e23c83ba0db83f1b47.tar.zst
gsoc2013-evolution-5c0a74daec3233ea307f25e23c83ba0db83f1b47.zip
** Fix for bug #536772
2008-06-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #536772 * em-folder-browser.c: (EMFolderViewEnable emfb_enable_map): Disable Folder menu items consistently with a popup menu over folder. svn path=/trunk/; revision=35616
Diffstat (limited to 'mail/em-folder-browser.c')
-rw-r--r--mail/em-folder-browser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c
index 49821b2bab..bc76a9c83e 100644
--- a/mail/em-folder-browser.c
+++ b/mail/em-folder-browser.c
@@ -158,6 +158,8 @@ static const EMFolderViewEnable emfb_enable_map[] = {
{ "FolderMove", EM_POPUP_SELECT_FOLDER },
{ "FolderDelete", EM_POPUP_SELECT_FOLDER },
{ "FolderRename", EM_POPUP_SELECT_FOLDER },
+ { "FolderRefresh", EM_POPUP_SELECT_FOLDER },
+ { "ChangeFolderProperties", EM_POPUP_SELECT_FOLDER },
{ "MailPost", EM_POPUP_SELECT_FOLDER },
{ "MessageMarkAllAsRead", EM_POPUP_SELECT_FOLDER },
{ "ViewHideSelected", EM_POPUP_SELECT_MANY },