diff options
-rw-r--r-- | data/GNOME_FastUserSwitchApplet.server.in.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/GNOME_FastUserSwitchApplet.server.in.in b/data/GNOME_FastUserSwitchApplet.server.in.in index c576246..1f9ac5a 100644 --- a/data/GNOME_FastUserSwitchApplet.server.in.in +++ b/data/GNOME_FastUserSwitchApplet.server.in.in @@ -1,5 +1,5 @@ <oaf_info> - <oaf_server iid="OAFIID:GNOME_IndicatorApplet_Factory" type="exe" + <oaf_server iid="OAFIID:GNOME_FastUserSwitchApplet_Factory" type="exe" location="@LIBEXECDIR@/indicator-applet"> <oaf_attribute name="repo_ids" type="stringv"> @@ -13,16 +13,16 @@ </oaf_attribute> </oaf_server> - <oaf_server iid="OAFIID:GNOME_IndicatorApplet" type="factory" - location="OAFIID:GNOME_IndicatorApplet_Factory"> + <oaf_server iid="OAFIID:GNOME_FastUserSwitchApplet" type="factory" + location="OAFIID:GNOME_FastUserSwitchApplet_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="Indicator Applet"/> - <oaf_attribute name="description" type="string" _value="An indicator of something that needs your attention on the desktop"/> + <oaf_attribute name="name" type="string" _value="Indicator Applet SUS"/> + <oaf_attribute name="description" type="string" _value="A place to adjust your status, change users or exit your session."/> <oaf_attribute name="panel:icon" type="string" value="indicator-applet"/> </oaf_server> </oaf_info> |