diff options
author | JP Rosevear <jpr@ximian.com> | 2004-05-03 22:23:22 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-05-03 22:23:22 +0800 |
commit | 672124cbe51ef3a0663d1d8e436d2995a7ae916f (patch) | |
tree | 34bb71a1f696bcc907c9df769e3a3e4dfb8a5c16 /addressbook | |
parent | 8cd76b19d0c28c1830ea353c402ca6ce150029bb (diff) | |
download | gsoc2013-evolution-672124cbe51ef3a0663d1d8e436d2995a7ae916f.tar.gz gsoc2013-evolution-672124cbe51ef3a0663d1d8e436d2995a7ae916f.tar.zst gsoc2013-evolution-672124cbe51ef3a0663d1d8e436d2995a7ae916f.zip |
set the config item type
2004-05-03 JP Rosevear <jpr@ximian.com>
* gui/component/GNOME_Evolution_Addressbook.server.in.in: set the
config item type
svn path=/trunk/; revision=25752
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 486b2c2456..638788a778 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2004-05-03 JP Rosevear <jpr@ximian.com> + + * gui/component/GNOME_Evolution_Addressbook.server.in.in: set the + config item type + 2004-05-02 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/addressbook-config.c (dialog_to_source) : see if the selected diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in index a75b8bad98..b10bb46572 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in @@ -134,6 +134,10 @@ <oaf_attribute name="evolution2:config_item:icon_name" type="string" value="stock_contact"/> + <oaf_attribute name="evolution2:config_item:type" type="stringv"> + <item value="contacts"/> + </oaf_attribute> + <oaf_attribute name="evolution2:config_item:priority" type="string" value="-9"/> <oaf_attribute name="name" type="string" |