diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 17:24:13 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 17:24:13 +0800 |
commit | b9269bd09862b22a89d44a61a5eb728c28ec3761 (patch) | |
tree | 23320801f462224ce60b4545175b66e55d1fc6f3 /plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml | |
parent | f77c58f8ae17a65a78213e54f78f8c316ddfc839 (diff) | |
download | gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.gz gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.zst gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.zip |
fix names so that intltool will parse as xml
remove use of e-error-tool
tag xml for translations where appropriate
svn path=/trunk/; revision=29304
Diffstat (limited to 'plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml')
-rw-r--r-- | plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml b/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml new file mode 100644 index 0000000000..65258ad4ee --- /dev/null +++ b/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml @@ -0,0 +1,25 @@ +<?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.so" + _name="Startup wizard"> + + <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> |