aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-view.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-10-21 17:31:22 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-10-21 17:31:22 +0800
commit86773ecbedd3e7a6e04100a3e942ee36b14ec0a1 (patch)
tree07cf084a70e49a361bdafac4f0a808a155b6a6c9 /mail/em-folder-view.c
parente08821891234e9c43e5e0171d2743463f3aaf2cf (diff)
downloadgsoc2013-evolution-86773ecbedd3e7a6e04100a3e942ee36b14ec0a1.tar
gsoc2013-evolution-86773ecbedd3e7a6e04100a3e942ee36b14ec0a1.tar.gz
gsoc2013-evolution-86773ecbedd3e7a6e04100a3e942ee36b14ec0a1.tar.bz2
gsoc2013-evolution-86773ecbedd3e7a6e04100a3e942ee36b14ec0a1.tar.lz
gsoc2013-evolution-86773ecbedd3e7a6e04100a3e942ee36b14ec0a1.tar.xz
gsoc2013-evolution-86773ecbedd3e7a6e04100a3e942ee36b14ec0a1.tar.zst
gsoc2013-evolution-86773ecbedd3e7a6e04100a3e942ee36b14ec0a1.zip
emit a 'message.replying' event with a message target.
2004-10-21 Not Zed <NotZed@Ximian.com> * em-composer-utils.c (em_utils_reply_to_message): emit a 'message.replying' event with a message target. 2004-10-21 Nat <nat@novell.com> * em-event.c (em_event_target_new_message): new target type for message-related events. 2004-10-21 Not Zed <NotZed@Ximian.com> * em-folder-view.c (emfv_format_popup_event): put 'evolution' back in the popup hook names. svn path=/trunk/; revision=27673
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 e1293428e3..61d5a4c1ab 100644
--- a/mail/em-folder-view.c
+++ b/mail/em-folder-view.c
@@ -2195,7 +2195,7 @@ emfv_format_popup_event(EMFormatHTMLDisplay *efhd, GdkEventButton *event, const
/* FIXME: this maybe should just fit on em-html-display, it has access to the
snooped part type */
- emp = em_popup_new("org.gnome.mail.folderview.popup.uri");
+ emp = em_popup_new("org.gnome.evolution.mail.folderview.popup.uri");
if (part)
target = (EPopupTarget *)em_popup_target_new_part(emp, part, NULL);
else {