diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-08 16:29:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-08 16:29:07 +0800 |
commit | baad423775e9b0d94d560167286e46af677deb36 (patch) | |
tree | 32bdf0830fccdd0fcd7a498d538fafcd8b72ca5c /addressbook/gui/component/select-names/evolution-addressbook-select-names.oafinfo | |
parent | 2219b51a72c7c598777a64f1b39f329c12a7e9c6 (diff) | |
download | gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar.gz gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar.bz2 gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar.lz gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar.xz gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar.zst gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.zip |
Wrap the ESelectNames stuff into a Bonobo interface, so that we can
call it from the message composer in evolution-mail. The Bonobo
interface is physically implemented in evolution-addressbook.
svn path=/trunk/; revision=3972
Diffstat (limited to 'addressbook/gui/component/select-names/evolution-addressbook-select-names.oafinfo')
-rw-r--r-- | addressbook/gui/component/select-names/evolution-addressbook-select-names.oafinfo | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/evolution-addressbook-select-names.oafinfo b/addressbook/gui/component/select-names/evolution-addressbook-select-names.oafinfo new file mode 100644 index 0000000000..e66c3aa38a --- /dev/null +++ b/addressbook/gui/component/select-names/evolution-addressbook-select-names.oafinfo @@ -0,0 +1,29 @@ +<oaf_info> + +<oaf_server iid="OAFIID:factory:addressbook:select-names:b39eb1a1-f341-4d5a-9a91-e2616e206b2e" + type="exe" + location="evolution-addressbook"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/GenericFactory:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + value="Factory for the Addressbook's name selection interface"/> + +</oaf_server> + +<oaf_server iid="OAFIID:addressbook:select-names:39301deb-174b-40d1-8a6e-5edc300f7b61" + type="factory" + location="OAFIID:factory:addressbook:select-names:b39eb1a1-f341-4d5a-9a91-e2616e206b2e"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Evolution/Addressbook/SelectNames"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + value="Evolution's addressbook name selection interface."/> + +</oaf_server> + +</oaf_info>
\ No newline at end of file |