diff options
Diffstat (limited to 'addressbook')
-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> |