diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-13 04:47:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-13 04:47:14 +0800 |
commit | 8187001a14295b4b64cc3e973fb1ab1e551133f2 (patch) | |
tree | e1aa2668d055442dcb56dbe40f729c1343c8180e | |
parent | 5d07b9739f9c601b3f627b7a586fc02946c81a75 (diff) | |
download | gsoc2013-evolution-8187001a14295b4b64cc3e973fb1ab1e551133f2.tar.gz gsoc2013-evolution-8187001a14295b4b64cc3e973fb1ab1e551133f2.tar.zst gsoc2013-evolution-8187001a14295b4b64cc3e973fb1ab1e551133f2.zip |
Add component_alias of "contacts".
Add
component_alias of "contacts".
svn path=/trunk/; revision=23301
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 86998148a2..3a8a3512d3 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2003-11-12 Ettore Perazzoli <ettore@ximian.com> + + * gui/component/GNOME_Evolution_Addressbook.server.in.in: Add + component_alias of "contacts". + 2003-11-08 Hans Petter Jansson <hpj@ximian.com> * gui/component/Makefile.am (libevolution_addressbook_la_SOURCES): diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in index 9a02bd79ce..110c80e3db 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in @@ -57,6 +57,8 @@ <oaf_attribute name="name" type="string" _value="Evolution Addressbook component"/> + <oaf_attribute name="evolution:component_alias" type="string" value="contacts"/> + <oaf_attribute name="evolution:button_label" type="string" _value="Contacts"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-9"/> <oaf_attribute name="evolution:button_icon" type="string" value="evolution-contacts.png"/> |