File: org-gnome-evolution-startup-wizard.eplug.xml

package info (click to toggle)
evolution 2.6.3-6etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 79,516 kB
  • ctags: 32,159
  • sloc: ansic: 295,007; xml: 10,755; sh: 9,373; makefile: 3,756; perl: 1,591
file content (26 lines) | stat: -rw-r--r-- 946 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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>