aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-12-20 12:51:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:41 +0800
commit305b51db24b2ea740f67e068313e721c1b55f937 (patch)
treebc182ddbe62c17670455dc9ffd6594bfa7352144 /plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml
parentcd3759369b675e754dbed5ba19894cdd87a63a88 (diff)
downloadgsoc2013-evolution-305b51db24b2ea740f67e068313e721c1b55f937.tar
gsoc2013-evolution-305b51db24b2ea740f67e068313e721c1b55f937.tar.gz
gsoc2013-evolution-305b51db24b2ea740f67e068313e721c1b55f937.tar.bz2
gsoc2013-evolution-305b51db24b2ea740f67e068313e721c1b55f937.tar.lz
gsoc2013-evolution-305b51db24b2ea740f67e068313e721c1b55f937.tar.xz
gsoc2013-evolution-305b51db24b2ea740f67e068313e721c1b55f937.tar.zst
gsoc2013-evolution-305b51db24b2ea740f67e068313e721c1b55f937.zip
Add 'book-config-local' module.
Registers the "On This Computer" backend in EBookSourceConfig widgets. Replaces the 'addressbook-file' plugin.
Diffstat (limited to 'plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml')
-rw-r--r--plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml b/plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml
deleted file mode 100644
index ea76c75945..0000000000
--- a/plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<e-plugin-list>
- <e-plugin
- type="shlib"
- location="@PLUGINDIR@/liborg-gnome-addressbook-file@SOEXT@"
- id="org.gnome.evolution.addressbook.file"
- _name="Local Address Books"
- system_plugin="true">
- <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/>
- <_description>Add local address books to Evolution.</_description>
- <hook class="org.gnome.evolution.addressbook.config:1.0">
- <group
- target="source"
- id="com.novell.evolution.addressbook.config.accountEditor">
- <item
- type="item"
- path="00.general/10.display/00.file_dummy"
- factory="e_book_file_dummy"/>
- </group>
- </hook>
- </e-plugin>
-</e-plugin-list>