diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 05:48:30 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 05:48:30 +0800 |
commit | e4276a136b6289744082c0c1f42e2d49c9e2826c (patch) | |
tree | f3e744816d8f33736857fb86949a077242fe0122 /addressbook/gui | |
parent | b72efb3fb5f44ce90d3d7eda496a57834d25c442 (diff) | |
download | gsoc2013-evolution-e4276a136b6289744082c0c1f42e2d49c9e2826c.tar gsoc2013-evolution-e4276a136b6289744082c0c1f42e2d49c9e2826c.tar.gz gsoc2013-evolution-e4276a136b6289744082c0c1f42e2d49c9e2826c.tar.bz2 gsoc2013-evolution-e4276a136b6289744082c0c1f42e2d49c9e2826c.tar.lz gsoc2013-evolution-e4276a136b6289744082c0c1f42e2d49c9e2826c.tar.xz gsoc2013-evolution-e4276a136b6289744082c0c1f42e2d49c9e2826c.tar.zst gsoc2013-evolution-e4276a136b6289744082c0c1f42e2d49c9e2826c.zip |
Add an "evolution:button_sort_order" property.
Add an
"evolution:button_sort_order" property.
svn path=/trunk/; revision=23016
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in index a348c9a7cb..23e665c5fd 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in @@ -58,6 +58,7 @@ _value="Evolution Addressbook component"/> <oaf_attribute name="evolution:button_label" type="string" _value="Contacts"/> + <oaf_attribute name="evolution:button_sort_order" type="string" value="-9"/> </oaf_server> |