diff options
author | Not Zed <NotZed@Ximian.com> | 2004-11-03 17:47:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-11-03 17:47:23 +0800 |
commit | 129dc9e720ebffa5c9a8e13ee13555c8fcdc9190 (patch) | |
tree | c0937a4189baa6a341ddb0426aadb2edb887ccc6 /mail/em-folder-view.c | |
parent | 564487c8fe95420a8f6c6b4ada4502941a6656f2 (diff) | |
download | gsoc2013-evolution-129dc9e720ebffa5c9a8e13ee13555c8fcdc9190.tar.gz gsoc2013-evolution-129dc9e720ebffa5c9a8e13ee13555c8fcdc9190.tar.zst gsoc2013-evolution-129dc9e720ebffa5c9a8e13ee13555c8fcdc9190.zip |
Fix the popup id.
2004-11-03 Not Zed <NotZed@Ximian.com>
* em-folder-view.c (emfv_popup): Fix the popup id.
svn path=/trunk/; revision=27815
Diffstat (limited to 'mail/em-folder-view.c')
-rw-r--r-- | mail/em-folder-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c index 305b8c9137..ab824ed949 100644 --- a/mail/em-folder-view.c +++ b/mail/em-folder-view.c @@ -1021,7 +1021,7 @@ emfv_popup(EMFolderView *emfv, GdkEvent *event) * * This is the context menu shown on the message list or over a message. */ - emp = em_popup_new("org.gnome.mail.folderview.popup"); + emp = em_popup_new("org.gnome.evolution.mail.folderview.popup"); target = em_folder_view_get_popup_target(emfv, emp); for (i=0;i<sizeof(emfv_popup_items)/sizeof(emfv_popup_items[0]);i++) |