diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-21 04:59:36 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-21 04:59:36 +0800 |
commit | 8ab34219361284ed90033fdfb2c425ef804e1cc7 (patch) | |
tree | 2d0979fea28d9aecc7fa374cdce35bbe55b12a89 /addressbook/gui/component | |
parent | 782d8a198c2d18a0395cee729245e2f724ae0a90 (diff) | |
download | gsoc2013-evolution-8ab34219361284ed90033fdfb2c425ef804e1cc7.tar gsoc2013-evolution-8ab34219361284ed90033fdfb2c425ef804e1cc7.tar.gz gsoc2013-evolution-8ab34219361284ed90033fdfb2c425ef804e1cc7.tar.bz2 gsoc2013-evolution-8ab34219361284ed90033fdfb2c425ef804e1cc7.tar.lz gsoc2013-evolution-8ab34219361284ed90033fdfb2c425ef804e1cc7.tar.xz gsoc2013-evolution-8ab34219361284ed90033fdfb2c425ef804e1cc7.tar.zst gsoc2013-evolution-8ab34219361284ed90033fdfb2c425ef804e1cc7.zip |
Fixed the oaf info.
2000-07-20 Christopher James Lahey <clahey@helixcode.com>
* gui/component/addressbook.oafinfo: Fixed the oaf info.
* gui/minicard/.cvsignore, gui/minicard/Makefile.am,
gui/minicard/e-minicard-widget-test.c: Added a test for the
minicard widget.
* gui/minicard/e-minicard-control.c: Fixed the mime type.
* gui/minicard/e-minicard.c: Fixed some crashes if your parent
isn't a minicard view.
* gui/minicard/e-minicard-control.oafinfo: Removed.
svn path=/trunk/; revision=4249
Diffstat (limited to 'addressbook/gui/component')
3 files changed, 57 insertions, 0 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index 15820b2e03..08e01f3b22 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -13,6 +13,25 @@ </oaf_server> +<oaf_server iid="OAFIID:e_minicard_factory:f9542709-fb31-4c6a-bc00-d462ba41e4b9" + type="factory" + location="OAFIID:control-factory:addressbook:3e10597b-0591-4d45-b082-d781b7aa6e17"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Bonobo/Control:1.0"/> + <item value="IDL:Bonobo/PersistStream:1.0"/> + </oaf_attribute> + + <oaf_attribute name="bonobo:supported_mime_types" type="stringv"> + <item value="text/vCard"/> + <item value="text/x-vCard"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + value="Factory for the Evolution addressbook minicard control."/> + +</oaf_server> + <oaf_server iid="OAFIID:control:addressbook:851f883b-2fe7-4c94-a1e3-a1f2a7a03c49" type="factory" location="OAFIID:control-factory:addressbook:3e10597b-0591-4d45-b082-d781b7aa6e17"> diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo b/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo index 15820b2e03..08e01f3b22 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo @@ -13,6 +13,25 @@ </oaf_server> +<oaf_server iid="OAFIID:e_minicard_factory:f9542709-fb31-4c6a-bc00-d462ba41e4b9" + type="factory" + location="OAFIID:control-factory:addressbook:3e10597b-0591-4d45-b082-d781b7aa6e17"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Bonobo/Control:1.0"/> + <item value="IDL:Bonobo/PersistStream:1.0"/> + </oaf_attribute> + + <oaf_attribute name="bonobo:supported_mime_types" type="stringv"> + <item value="text/vCard"/> + <item value="text/x-vCard"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + value="Factory for the Evolution addressbook minicard control."/> + +</oaf_server> + <oaf_server iid="OAFIID:control:addressbook:851f883b-2fe7-4c94-a1e3-a1f2a7a03c49" type="factory" location="OAFIID:control-factory:addressbook:3e10597b-0591-4d45-b082-d781b7aa6e17"> diff --git a/addressbook/gui/component/addressbook.oafinfo b/addressbook/gui/component/addressbook.oafinfo index 15820b2e03..08e01f3b22 100644 --- a/addressbook/gui/component/addressbook.oafinfo +++ b/addressbook/gui/component/addressbook.oafinfo @@ -13,6 +13,25 @@ </oaf_server> +<oaf_server iid="OAFIID:e_minicard_factory:f9542709-fb31-4c6a-bc00-d462ba41e4b9" + type="factory" + location="OAFIID:control-factory:addressbook:3e10597b-0591-4d45-b082-d781b7aa6e17"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Bonobo/Control:1.0"/> + <item value="IDL:Bonobo/PersistStream:1.0"/> + </oaf_attribute> + + <oaf_attribute name="bonobo:supported_mime_types" type="stringv"> + <item value="text/vCard"/> + <item value="text/x-vCard"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + value="Factory for the Evolution addressbook minicard control."/> + +</oaf_server> + <oaf_server iid="OAFIID:control:addressbook:851f883b-2fe7-4c94-a1e3-a1f2a7a03c49" type="factory" location="OAFIID:control-factory:addressbook:3e10597b-0591-4d45-b082-d781b7aa6e17"> |