diff options
author | Gilles Dartiguelongue <gdartigu@src.gnome.org> | 2007-11-18 07:20:07 +0800 |
---|---|---|
committer | Gilles Dartiguelongue <gdartigu@src.gnome.org> | 2007-11-18 07:20:07 +0800 |
commit | 82101429ace39073911832aea85ef1d435d2357d (patch) | |
tree | 0b152a65ec165dd6e9a7a9643c6759726cb9a7ec /plugins/folder-unsubscribe | |
parent | 2c1871142067eba67ce9e2acc085827e3abcc78c (diff) | |
download | gsoc2013-evolution-82101429ace39073911832aea85ef1d435d2357d.tar.gz gsoc2013-evolution-82101429ace39073911832aea85ef1d435d2357d.tar.zst gsoc2013-evolution-82101429ace39073911832aea85ef1d435d2357d.zip |
** Fix for bug #495875
right click menu reordering
svn path=/trunk/; revision=34549
Diffstat (limited to 'plugins/folder-unsubscribe')
-rw-r--r-- | plugins/folder-unsubscribe/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/folder-unsubscribe/ChangeLog b/plugins/folder-unsubscribe/ChangeLog index 0323493df0..909ad22d46 100644 --- a/plugins/folder-unsubscribe/ChangeLog +++ b/plugins/folder-unsubscribe/ChangeLog @@ -1,3 +1,10 @@ +2007-11-18 Gilles Dartiguelongue <gdartigu@svn.gnome.org> + + ** Fix bug #495875 + + * org-gnome-mail-folder-unsubscribe.eplug.xml: + right click menu reordering + 2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> diff --git a/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml b/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml index c564f15460..6452504f95 100644 --- a/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml +++ b/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml @@ -11,7 +11,7 @@ <hook class="org.gnome.evolution.mail.popup:1.0"> <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder"> - <item type="item" path="20.emc.03" _label="_Unsubscribe" + <item type="item" path="30.emc.03" _label="_Unsubscribe" activate="org_gnome_mail_folder_unsubscribe" enable="delete" visible="delete"/> </menu> |