source: trunk/third/gnome-applets/gswitchit/GNOME_KeyboardApplet.server.in.in @ 20910

Revision 20910, 1.2 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20909, which included commits to RCS files with non-trunk default branches.
Line 
1<oaf_info>
2
3<oaf_server iid="OAFIID:GNOME_KeyboardApplet_Factory"
4            type="exe"
5            location="@LIBEXECDIR@/gnome-keyboard-applet">
6
7        <oaf_attribute name="repo_ids" type="stringv">
8                <item value="IDL:Bonobo/GenericFactory:1.0"/>
9                <item value="IDL:Bonobo/Unknown:1.0"/>
10        </oaf_attribute>
11        <oaf_attribute name="name" type="string" _value="Keyboard applet factory"/>
12        <oaf_attribute name="description" type="string" _value="GNOME keyboard applet factory"/>
13
14</oaf_server>
15
16<oaf_server iid="OAFIID:GNOME_KeyboardApplet"
17            type="factory"
18            location="OAFIID:GNOME_KeyboardApplet_Factory">
19
20        <oaf_attribute name="repo_ids" type="stringv">
21                <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
22                <item value="IDL:Bonobo/Control:1.0"/>
23                <item value="IDL:Bonobo/Unknown:1.0"/>
24        </oaf_attribute>
25        <oaf_attribute name="name" type="string" _value="Keyboard Indicator"/>
26        <oaf_attribute name="description" type="string" _value="GNOME keyboard layout indicator"/>
27        <oaf_attribute name="panel:icon" type="string" value="gswitchit-applet.png"/>
28
29</oaf_server>
30
31</oaf_info>
Note: See TracBrowser for help on using the repository browser.