diff options
author | JP Rosevear <jpr@ximian.com> | 2002-04-07 04:03:39 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-04-07 04:03:39 +0800 |
commit | c5627ed278293fd6ef006d6e1eae4467b107d4bd (patch) | |
tree | 174d7482975a1f803e582123ca62e1c06b8efd31 | |
parent | c5c38eb87302528467c33d1c88613c63f8225f29 (diff) | |
download | gsoc2013-evolution-c5627ed278293fd6ef006d6e1eae4467b107d4bd.tar gsoc2013-evolution-c5627ed278293fd6ef006d6e1eae4467b107d4bd.tar.gz gsoc2013-evolution-c5627ed278293fd6ef006d6e1eae4467b107d4bd.tar.bz2 gsoc2013-evolution-c5627ed278293fd6ef006d6e1eae4467b107d4bd.tar.lz gsoc2013-evolution-c5627ed278293fd6ef006d6e1eae4467b107d4bd.tar.xz gsoc2013-evolution-c5627ed278293fd6ef006d6e1eae4467b107d4bd.tar.zst gsoc2013-evolution-c5627ed278293fd6ef006d6e1eae4467b107d4bd.zip |
add config_item:type
2002-04-06 JP Rosevear <jpr@ximian.com>
* gui/component/GNOME_Evolution_Addressbook.oaf.in: add
config_item:type
svn path=/trunk/; revision=16378
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 44480cd42e..21c95a5c42 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-04-06 JP Rosevear <jpr@ximian.com> + + * gui/component/GNOME_Evolution_Addressbook.oaf.in: add + config_item:type + 2002-04-04 JP Rosevear <jpr@ximian.com> * conduit/Makefile.am: link to the static libversit diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index abd2a87ad0..cfcd262220 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -161,6 +161,11 @@ <oaf_attribute name="evolution:config_item:icon_name" type="string" value="evolution-contacts.png"/> + <oaf_attribute name="evolution:config_item:type" type="stringv"> + <item value="contacts"/> + <item value="ldap-contacts"/> + </oaf_attribute> + <oaf_attribute name="evolution:config_item:priority" type="string" value="-6"/> <oaf_attribute name="description" type="string" |