diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-10-29 23:28:43 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-10-29 23:28:43 +0800 |
commit | a693df27634e1869078d98a85411e3aaba3b590a (patch) | |
tree | 9263d179d7f56f84ce5a7b1acc67c45aa751b387 /plugins/mail-to-task | |
parent | f216edc95b14457a18c6c0b1e0acf36f0f836bda (diff) | |
download | gsoc2013-evolution-a693df27634e1869078d98a85411e3aaba3b590a.tar.gz gsoc2013-evolution-a693df27634e1869078d98a85411e3aaba3b590a.tar.zst gsoc2013-evolution-a693df27634e1869078d98a85411e3aaba3b590a.zip |
fix folder view popup id again.
2004-10-29 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-mail-to-task.eplug.in: fix folder view popup id again.
svn path=/trunk/; revision=27769
Diffstat (limited to 'plugins/mail-to-task')
-rw-r--r-- | plugins/mail-to-task/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/mail-to-task/org-gnome-mail-to-task.eplug.in | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog index a8f09678c0..53a6feb53f 100644 --- a/plugins/mail-to-task/ChangeLog +++ b/plugins/mail-to-task/ChangeLog @@ -1,3 +1,7 @@ +2004-10-29 Rodrigo Moya <rodrigo@novell.com> + + * org-gnome-mail-to-task.eplug.in: fix folder view popup id again. + 2004-10-28 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-task.eplug.in: fix folder view popup id. @@ -18,4 +22,4 @@ 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c: implemented plugin for converting selected - mails to tasks.
\ No newline at end of file + mails to tasks. 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 4426ec5fd9..674140f5a4 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.evolution.mail.folderview.popup" target="select"> + <menu id="org.gnome.mail.folderview.popup" target="select"> <item type="item" path="71.mail_to_task" |