diff options
author | Dan Winship <danw@src.gnome.org> | 2002-08-29 05:19:52 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-08-29 05:19:52 +0800 |
commit | af0e35d3d18666065f550d66c7b698cb361c2581 (patch) | |
tree | 5611082e971fcbbd99d2ec57fd2acd6098877310 | |
parent | 2d8ee1003a4a2582e51384172a9ebd621600f3a6 (diff) | |
download | gsoc2013-evolution-af0e35d3d18666065f550d66c7b698cb361c2581.tar.gz gsoc2013-evolution-af0e35d3d18666065f550d66c7b698cb361c2581.tar.zst gsoc2013-evolution-af0e35d3d18666065f550d66c7b698cb361c2581.zip |
Add an evolution:shell_component_launch_order and rename
* gui/component/GNOME_Evolution_Addressbook.oaf.in: Add an
evolution:shell_component_launch_order and rename
evolution:shell_component_icon.
svn path=/trunk/; revision=17906
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 97ad58f899..304db5d626 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2002-08-28 Dan Winship <danw@ximian.com> + + * gui/component/GNOME_Evolution_Addressbook.oaf.in: Add an + evolution:shell_component_launch_order and rename + evolution:shell_component_icon. + 2002-08-28 Chris Toshok <toshok@ximian.com> [ oops, merged the .h and .glade file back to the HEAD from the diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index d5fe3bb8ca..b59c09d652 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -72,8 +72,10 @@ <oaf_attribute name="description" type="string" _value="Evolution component for handling contacts."/> - <oaf_attribute name="evolution:shell-component-icon" type="string" + <oaf_attribute name="evolution:shell_component_icon" type="string" value="evolution-contacts.png"/> + <oaf_attribute name="evolution:shell_component_launch_order" type="number" + value="2"/> </oaf_server> |