diff options
author | Chris Toshok <toshok@ximian.com> | 2002-05-24 20:39:49 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-05-24 20:39:49 +0800 |
commit | 1cfa64bf80c897a4d3e5eae16ae7d0978b01a2bf (patch) | |
tree | 2465522643a8dd1329d4a322a48f0b2426fd16f6 /addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | |
parent | 9529bae97d33cf727914fdbff77decc8da97cc33 (diff) | |
download | gsoc2013-evolution-1cfa64bf80c897a4d3e5eae16ae7d0978b01a2bf.tar.gz gsoc2013-evolution-1cfa64bf80c897a4d3e5eae16ae7d0978b01a2bf.tar.zst gsoc2013-evolution-1cfa64bf80c897a4d3e5eae16ae7d0978b01a2bf.zip |
[ part of #25047 ] remove the autocompletion config control from here, as
2002-05-24 Chris Toshok <toshok@ximian.com>
[ part of #25047 ]
* gui/component/addressbook-config.c: remove the autocompletion
config control from here, as it lives in the shell now.
* gui/component/GNOME_Evolution_Addressbook.oaf.in: same.
svn path=/trunk/; revision=17001
Diffstat (limited to 'addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index c475ef47f5..d5fe3bb8ca 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -168,29 +168,4 @@ </oaf_server> - <!-- Account Editor --> -<oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_ConfigControl" - type="factory" - location="OAFIID:GNOME_Evolution_Addressbook_ConfigControlFactory"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> - </oaf_attribute> - - <oaf_attribute name="evolution:config_item:title" type="string" - _value="Addressbook Settings"/> - - <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to configure Addressbook Settings"/> - - <oaf_attribute name="evolution:config_item:icon_name" type="string" - value="evolution-contacts.png"/> - - <oaf_attribute name="evolution:config_item:priority" type="string" value="-7"/> - - <oaf_attribute name="description" type="string" - _value="Configuration control for the Evolution Addressbook."/> - -</oaf_server> - </oaf_info> |