aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-01-10 03:17:01 +0800
committerChris Toshok <toshok@src.gnome.org>2003-01-10 03:17:01 +0800
commit52bf62c8226956d81e0d58133de32139800acbb5 (patch)
tree5919cb13931776b036d04d95e4ed04b8ee05972b /addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in
parentfef77b9924ba63a06e57b596c00dd7b92be276f5 (diff)
downloadgsoc2013-evolution-52bf62c8226956d81e0d58133de32139800acbb5.tar
gsoc2013-evolution-52bf62c8226956d81e0d58133de32139800acbb5.tar.gz
gsoc2013-evolution-52bf62c8226956d81e0d58133de32139800acbb5.tar.bz2
gsoc2013-evolution-52bf62c8226956d81e0d58133de32139800acbb5.tar.lz
gsoc2013-evolution-52bf62c8226956d81e0d58133de32139800acbb5.tar.xz
gsoc2013-evolution-52bf62c8226956d81e0d58133de32139800acbb5.tar.zst
gsoc2013-evolution-52bf62c8226956d81e0d58133de32139800acbb5.zip
comment out the factory oaf_server, and change the location of the
2003-01-09 Chris Toshok <toshok@ximian.com> * gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in: comment out the factory oaf_server, and change the location of the SelectNames controls to be OAFIID:GNOME_Evolution_Addressbook_Factory so the normal addressbook.so will create them. * gui/component/select-names/Makefile.am (libeselectnames_la_SOURCES): remove the e-select-names-factory.[ch] stuff for the time being. * gui/component/component-factory.c (factory): we're now (for the time being) the factory for the select names control. svn path=/trunk/; revision=19369
Diffstat (limited to 'addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in')
-rw-r--r--addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in b/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in
index 2697741fc7..053d2dcddb 100644
--- a/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in
+++ b/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in
@@ -1,8 +1,9 @@
<oaf_info>
+<!--
<oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_SelectNamesFactory"
- type="exe"
- location="@LIBEXECDIR@/evolution-addressbook">
+ type="shlib"
+ location="@COMPONENTDIR@/libevolution-addressbook.so">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/ObjectFactory:1.0"/>
@@ -12,10 +13,11 @@
_value="Factory for the Addressbook's name selection interface"/>
</oaf_server>
+-->
<oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_SelectNames"
type="factory"
- location="OAFIID:GNOME_Evolution_Addressbook_SelectNamesFactory">
+ location="OAFIID:GNOME_Evolution_Addressbook_Factory">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Evolution/Addressbook/SelectNames"/>