2008-09-24 Philip Withnall <philip@tecnocode.co.uk> ** Fixes bug #553479 * shell/shell.error.xml: * plugins/webdav-account-setup/webdav-contacts-source.c (plugin_webdav_contacts): * plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml: * plugins/python/org-gnome-evolution-python.eplug.xml: * plugins/google-account-setup/org-gnome-evolution-google.eplug.xml: * plugins/audio-inline/org-gnome-audio-inline.eplug.xml: * mail/em-migrate.c (migrate_to_db): * mail/evolution-mail.schemas.in: * addressbook/gui/component/ldap-config.glade: String capitalisation improvements. svn path=/trunk/; revision=36439
21 lines
1.0 KiB
XML
21 lines
1.0 KiB
XML
<?xml version="1.0"?>
|
|
<e-plugin-list>
|
|
<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@" system_plugin="true">
|
|
<author name="Ebby Wiselyn" email="ebbywiselyn@gmail.com"/>
|
|
<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"/>
|
|
</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>
|
|
</e-plugin-list>
|