aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2004-10-21 09:32:16 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-10-21 09:32:16 +0800
commitf9da195c6136fdf6821d902168d53d88855c6a01 (patch)
treefc192f4af0324f6a814beb85b997ba82ed63f9d0
parentacbffda04c4454ea0becd22acdc63d4036d2c4cb (diff)
downloadgsoc2013-evolution-f9da195c6136fdf6821d902168d53d88855c6a01.tar
gsoc2013-evolution-f9da195c6136fdf6821d902168d53d88855c6a01.tar.gz
gsoc2013-evolution-f9da195c6136fdf6821d902168d53d88855c6a01.tar.bz2
gsoc2013-evolution-f9da195c6136fdf6821d902168d53d88855c6a01.tar.lz
gsoc2013-evolution-f9da195c6136fdf6821d902168d53d88855c6a01.tar.xz
gsoc2013-evolution-f9da195c6136fdf6821d902168d53d88855c6a01.tar.zst
gsoc2013-evolution-f9da195c6136fdf6821d902168d53d88855c6a01.zip
better menu items.
2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-save-calendar.eplug.in: better menu items. svn path=/trunk/; revision=27664
-rw-r--r--plugins/save-calendar/org-gnome-save-calendar.eplug.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/save-calendar/org-gnome-save-calendar.eplug.in b/plugins/save-calendar/org-gnome-save-calendar.eplug.in
index 6792f947c7..348c207a4c 100644
--- a/plugins/save-calendar/org-gnome-save-calendar.eplug.in
+++ b/plugins/save-calendar/org-gnome-save-calendar.eplug.in
@@ -4,10 +4,10 @@
<hook class="org.gnome.evolution.calendar.popup:1.0">
<menu id="org.gnome.evolution.tasks.source.popup" target="source">
- <item type="item" path="25.save_tasks" label="Save to _Disk" icon="stock_save" activate="org_gnome_save_tasks"/>
+ <item type="item" path="21.save_tasks" label="Save to _Disk" icon="stock_save" activate="org_gnome_save_tasks"/>
</menu>
<menu id="org.gnome.evolution.calendar.source.popup" target="source">
- <item type="item" path="25.save_calendar" label="Save to _Disk" icon="stock_save" activate="org_gnome_save_calendar"/>
+ <item type="item" path="21.save_calendar" label="Save to _Disk" icon="stock_save" activate="org_gnome_save_calendar"/>
</menu>
</hook>
</e-plugin>