summaryrefslogtreecommitdiff
path: root/null_applet/GNOME_NullApplet_Factory.server.in.in
blob: fb11b1f109a190c4d10d08deaa397a659a6fd539 (plain)
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
27
28
29
30
31
32
33
34
35
<oaf_info>

<!-- null_applet factory -->
<oaf_server iid="OAFIID:GNOME_NullApplet_Factory"
	    type="exe"
	    location="@LIBEXECDIR@/null_applet">

	<oaf_attribute name="repo_ids" type="stringv">
		<item value="IDL:Bonobo/GenericFactory:1.0"/>
		<item value="IDL:Bonobo/Unknown:1.0"/>
	</oaf_attribute>
	<oaf_attribute name="name" type="string" _value="Null Applet Factory"/>
	<oaf_attribute name="description" type="string" _value="Factory for deprecating applets"/>

</oaf_server>

<!-- mailcheck applet -->
<oaf_server iid="OAFIID:GNOME_MailcheckApplet"
	    type="factory" 
	    location="OAFIID:GNOME_NullApplet_Factory">

	<oaf_attribute name="repo_ids" type="stringv">
		<item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
		<item value="IDL:Bonobo/Control:1.0"/>
		<item value="IDL:Bonobo/Unknown:1.0"/>
	</oaf_attribute>
	<oaf_attribute name="name" type="string" _value="Inbox Monitor (Deprecated)"/>
	<oaf_attribute name="description" type="string" _value="Alert you when new mail arrives"/>
	<oaf_attribute name="bugzilla:bugzilla" type="string" value="GNOME"/>
	<oaf_attribute name="bugzilla:product" type="string" value="gnome-applets"/>
	<oaf_attribute name="bugzilla:component" type="string" value="Mailcheck Applet"/>

</oaf_server>

</oaf_info>