Files
evolution/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml
Andre Klapper 78efddd5e7 added description and author according to the changelog and c file. Fixes
2005-12-26  Andre Klapper <a9016009@gmx.de>
	* org-gnome-evolution-startup-wizard.eplug.xml: added description
	  and author according to the changelog and c file. Fixes bug 301149.

svn path=/trunk/; revision=30958
2005-12-26 12:23:21 +00:00

27 lines
946 B
XML

<?xml version="1.0"?>
<e-plugin-list>
<e-plugin
type="shlib"
id="org.gnome.evolution.plugin.startup-wizard"
location="@PLUGINDIR@/liborg-gnome-evolution-startup-wizard@SOEXT@"
_name="Startup wizard">
<author name="JP Rosevear" email="jpr@novell.com"/>
<_description>A plugin that handles the Startup wizard.</_description>
<hook class="org.gnome.evolution.shell.events:1.0">
<event
id="upgrade.done"
handle="startup_wizard"
target="upgrade"
/>
</hook>
<hook class="org.gnome.evolution.mail.config:1.0">
<group target="account" id="org.gnome.evolution.mail.config.accountWizard" commit="startup_wizard_commit" abort="startup_wizard_abort">
<item type="page" path="50.timezone" factory="startup_wizard_timezone_page"/>
<item type="page" path="60.importers" factory="startup_wizard_importer_page"/>
</group>
</hook>
</e-plugin>
</e-plugin-list>