diff options
author | Ted Gould <ted@canonical.com> | 2009-08-18 13:41:27 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-18 13:41:27 -0500 |
commit | f9bc0fe67b49f00732073c5945d8dd50d60ecb97 (patch) | |
tree | 55cc90563a8a798ecbae07d3f441dafea247237e /data/GNOME_IndicatorApplet.server.in.in | |
parent | dcbb7eba056da11cf575bb2a10fea954440bb0fb (diff) | |
parent | ba24704988964a1f211e82e87cbe8aca29641979 (diff) | |
download | libayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.tar.gz libayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.tar.bz2 libayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.zip |
Merging in the separation from indicator-applet
Diffstat (limited to 'data/GNOME_IndicatorApplet.server.in.in')
-rw-r--r-- | data/GNOME_IndicatorApplet.server.in.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/data/GNOME_IndicatorApplet.server.in.in b/data/GNOME_IndicatorApplet.server.in.in deleted file mode 100644 index c576246..0000000 --- a/data/GNOME_IndicatorApplet.server.in.in +++ /dev/null @@ -1,28 +0,0 @@ -<oaf_info> - <oaf_server iid="OAFIID:GNOME_IndicatorApplet_Factory" type="exe" - location="@LIBEXECDIR@/indicator-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="Indicator Applet Factory"/> - <oaf_attribute name="description" type="string" value="Indicator Applet Factory"/> - <oaf_attribute name="bonobo:environment" type="stringv"> - <item value="DBUS_SESSION_BUS_ADDRESS"/> - </oaf_attribute> - </oaf_server> - - <oaf_server iid="OAFIID:GNOME_IndicatorApplet" type="factory" - location="OAFIID:GNOME_IndicatorApplet_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="panel:icon" type="string" value="indicator-applet"/> - </oaf_server> -</oaf_info> |