aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-view.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-02-17 13:06:10 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-02-17 13:06:10 +0800
commit2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0 (patch)
treee194d5ce77207a656bf17bcfec4d3c7ff21f2c73 /mail/em-folder-view.c
parent0c5435836a8cc45ec3d35edd57bf9ed9b05e6248 (diff)
downloadgsoc2013-evolution-2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0.tar
gsoc2013-evolution-2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0.tar.gz
gsoc2013-evolution-2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0.tar.bz2
gsoc2013-evolution-2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0.tar.lz
gsoc2013-evolution-2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0.tar.xz
gsoc2013-evolution-2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0.tar.zst
gsoc2013-evolution-2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0.zip
** See bug #54200.
2004-02-17 Not Zed <NotZed@Ximian.com> ** See bug #54200. * em-popup.c (em_popup_target_new_select): add EM_POPUP_SELECT_FOLDER - to find out if we have a folder at all. Handle getting a NULL folder passed in. * em-folder-view.c (em_folder_view_get_popup_target): Added EM_FOLDER_VIEW_SELECT_FOLDER - to detect when we dont have a folder set on the emfolderview. * em-folder-browser.c (emfb_mark_all_read): if we don't have a folder, dont try and run. (emfb_enable_map[]): Disable a bunch of stuff we have no folder set. svn path=/trunk/; revision=24755
Diffstat (limited to 'mail/em-folder-view.c')
-rw-r--r--mail/em-folder-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c
index 8c8deec7f1..0bad8e0221 100644
--- a/mail/em-folder-view.c
+++ b/mail/em-folder-view.c
@@ -1413,7 +1413,7 @@ static EPixmap emfv_message_pixmaps[] = {
static const EMFolderViewEnable emfv_enable_map[] = {
{ "EditCut", EM_POPUP_SELECT_MANY },
{ "EditCopy", EM_POPUP_SELECT_MANY },
- { "EditPaste", 0 },
+ { "EditPaste", EM_POPUP_SELECT_FOLDER },
/* FIXME: should these be single-selection? */
{ "MailNext", EM_POPUP_SELECT_MANY },