diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 14:24:33 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 14:24:33 +0100 |
commit | 019d958217a16b8c816b90cf240c84ffc38cd2e8 (patch) | |
tree | b5264c1a0f42139ec99770f25140c4cf53021946 | |
parent | f2a3bfcd2998f70618ade166632036d30999ed72 (diff) | |
download | libayatana-indicator-019d958217a16b8c816b90cf240c84ffc38cd2e8.tar.gz libayatana-indicator-019d958217a16b8c816b90cf240c84ffc38cd2e8.tar.bz2 libayatana-indicator-019d958217a16b8c816b90cf240c84ffc38cd2e8.zip |
Adjusting the namespace. Just to make things fun like that.
-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> |