aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml
diff options
context:
space:
mode:
authorJörgen Scheibengruber <mfcn@gmx.de>2008-07-21 12:10:09 +0800
committerBharath Acharya <abharath@src.gnome.org>2008-07-21 12:10:09 +0800
commit2f7cca97077d08faefd8c1b84c1c051401bb0308 (patch)
tree1930323bf161100ec92c934f2d88692095c7d358 /plugins/google-account-setup/org-gnome-evolution-google.eplug.xml
parent0aa642c443dea52bec45217e6981b7b9210eac0d (diff)
downloadgsoc2013-evolution-2f7cca97077d08faefd8c1b84c1c051401bb0308.tar
gsoc2013-evolution-2f7cca97077d08faefd8c1b84c1c051401bb0308.tar.gz
gsoc2013-evolution-2f7cca97077d08faefd8c1b84c1c051401bb0308.tar.bz2
gsoc2013-evolution-2f7cca97077d08faefd8c1b84c1c051401bb0308.tar.lz
gsoc2013-evolution-2f7cca97077d08faefd8c1b84c1c051401bb0308.tar.xz
gsoc2013-evolution-2f7cca97077d08faefd8c1b84c1c051401bb0308.tar.zst
gsoc2013-evolution-2f7cca97077d08faefd8c1b84c1c051401bb0308.zip
Committing on behalf of Jörgen Scheibengruber <mfcn@gmx.de>
2008-05-24 Jörgen Scheibengruber <mfcn@gmx.de> * Makefile.am: * google-contacts-source.c (ensure_google_contacts_source_group), (remove_google_contacts_source_group), (on_username_entry_changed), (on_update_cb_toggled), (on_interval_sb_value_changed), (plugin_google_contacts): * google-contacts-source.h: * google-source.c (e_plugin_lib_enable): * org-gnome-evolution-google.eplug.xml: Added a UI for the addressbook part svn path=/trunk/; revision=35797
Diffstat (limited to 'plugins/google-account-setup/org-gnome-evolution-google.eplug.xml')
-rw-r--r--plugins/google-account-setup/org-gnome-evolution-google.eplug.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml b/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml
index d6087ad748..a172ba8923 100644
--- a/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml
+++ b/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml
@@ -3,11 +3,17 @@
<e-plugin id="org.gnome.evolution.google" type="shlib" _name="Google sources"
location="@PLUGINDIR@/liborg-gnome-evolution-google@SOEXT@" load-on-startup="false" localedir = "@LOCALEDIR@">
<author name="Ebby Wiselyn" email="ebbywiselyn@gmail.com"/>
- <_description>A plugin to setup google calendar.</_description>
-
+ <author name="Joergen Scheibengruber" email="joergen.scheibengruber@googlemail.com"/>
+ <_description>A plugin to setup google calendar and contacts.</_description>
+
<hook class="org.gnome.evolution.calendar.config:1.0">
<group target="source" id="org.gnome.evolution.calendar.calendarProperties">
- <item type="item_table" path="00.general/00.source/15.google" factory="plugin_google"/>
+ <item type="item_table" path="00.general/00.source/15.google" factory="plugin_google"/>
+ </group>
+ </hook>
+ <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.google" factory="plugin_google_contacts"/>
</group>
</hook>
</e-plugin>