diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 05:48:23 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 05:48:23 +0800 |
commit | b72efb3fb5f44ce90d3d7eda496a57834d25c442 (patch) | |
tree | c7799065e0b17404c62f37e240a53fe39966b4e8 | |
parent | 5b97776de36a4dd40faf1af36bd8abebb8af4c8f (diff) | |
download | gsoc2013-evolution-b72efb3fb5f44ce90d3d7eda496a57834d25c442.tar gsoc2013-evolution-b72efb3fb5f44ce90d3d7eda496a57834d25c442.tar.gz gsoc2013-evolution-b72efb3fb5f44ce90d3d7eda496a57834d25c442.tar.bz2 gsoc2013-evolution-b72efb3fb5f44ce90d3d7eda496a57834d25c442.tar.lz gsoc2013-evolution-b72efb3fb5f44ce90d3d7eda496a57834d25c442.tar.xz gsoc2013-evolution-b72efb3fb5f44ce90d3d7eda496a57834d25c442.tar.zst gsoc2013-evolution-b72efb3fb5f44ce90d3d7eda496a57834d25c442.zip |
Add an "evoution:button_sort_order" attribute.
Add an
"evoution:button_sort_order" attribute.
svn path=/trunk/; revision=23015
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b53f7f665a..5f318625c1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2003-10-22 Ettore Perazzoli <ettore@ximian.com> + * gui/GNOME_Evolution_Calendar.server.in.in: Add an + "evoution:button_sort_order" attribute. + +2003-10-22 Ettore Perazzoli <ettore@ximian.com> + * gui/calendar-component.c (impl_createControls): Make the scrolled window have a GTK_SHADOW_IN shadow. * gui/dialogs/meeting-page.c (meeting_page_construct): Likewise. diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index c840f9b27c..753c098028 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -42,6 +42,7 @@ <oaf_attribute name="name" type="string" _value="Evolution's Calendar component"/> <oaf_attribute name="evolution:button_label" type="string" _value="Calendars"/> + <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Calendar_Control" |