diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-28 17:27:43 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-28 17:27:43 +0800 |
commit | f5d66daa09601153680538b9093c3473a087ca1c (patch) | |
tree | 97cf9c3657dae07754ce4b01c0fbaeba1b93ebb8 /plugins/mail-to-task | |
parent | bb720b7be79b306af09fe222bcb225367a1997ec (diff) | |
download | gsoc2013-evolution-f5d66daa09601153680538b9093c3473a087ca1c.tar.gz gsoc2013-evolution-f5d66daa09601153680538b9093c3473a087ca1c.tar.zst gsoc2013-evolution-f5d66daa09601153680538b9093c3473a087ca1c.zip |
fix folder view popup id.
2004-10-28 Not Zed <NotZed@Ximian.com>
* org-gnome-mail-to-task.eplug.in: fix folder view popup id.
svn path=/trunk/; revision=27754
Diffstat (limited to 'plugins/mail-to-task')
-rw-r--r-- | plugins/mail-to-task/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/mail-to-task/org-gnome-mail-to-task.eplug.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog index e7ee058e13..a8f09678c0 100644 --- a/plugins/mail-to-task/ChangeLog +++ b/plugins/mail-to-task/ChangeLog @@ -1,3 +1,7 @@ +2004-10-28 Not Zed <NotZed@Ximian.com> + + * org-gnome-mail-to-task.eplug.in: fix folder view popup id. + 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c (set_attendees, set_organizer): new functions. diff --git a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in index f5141f9a36..4426ec5fd9 100644 --- a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in +++ b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in @@ -9,7 +9,7 @@ <!-- hook into the uri popup menu --> <hook class="org.gnome.evolution.mail.popup:1.0"> - <menu id="org.gnome.mail.folderview.popup.select" target="select"> + <menu id="org.gnome.evolution.mail.folderview.popup" target="select"> <item type="item" path="71.mail_to_task" |