diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-08-04 12:03:34 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-08-04 12:03:34 +0800 |
commit | 085a76be0e1ad31bb8ff45cfb0678dfe3611f345 (patch) | |
tree | 69d0e8f4755e3b2a0b67857ff332d83496000bcf /calendar/gui | |
parent | 6e5fb11194759cc1cc6b202b9d16bf8c66ae583e (diff) | |
download | gsoc2013-evolution-085a76be0e1ad31bb8ff45cfb0678dfe3611f345.tar.gz gsoc2013-evolution-085a76be0e1ad31bb8ff45cfb0678dfe3611f345.tar.zst gsoc2013-evolution-085a76be0e1ad31bb8ff45cfb0678dfe3611f345.zip |
Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #544157 (Sort View / Window (sub)menu in shortcut order).
svn path=/trunk/; revision=35900
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index 831b7d5aa3..fb5d1160cb 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -75,7 +75,7 @@ <oaf_attribute name="evolution:button_label" type="string" _value="Tasks"/> <oaf_attribute name="evolution:button_tooltips" type="string" _value="Tasks"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_todo"/> - <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> + <oaf_attribute name="evolution:button_sort_order" type="string" value="-7"/> <oaf_attribute name="evolution:uri_schemas" type="stringv"> <item value="task"/> @@ -100,7 +100,7 @@ <oaf_attribute name="evolution:button_label" type="string" _value="Memos"/> <oaf_attribute name="evolution:button_tooltips" type="string" _value="Memos"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_notes"/> - <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> + <oaf_attribute name="evolution:button_sort_order" type="string" value="-6"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Calendar_CompEditorFactory:@VERSION@" |