diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-19 04:46:59 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-19 04:46:59 -0700 |
commit | d3178d6a81bb95316193d24926bed3fdc943355e (patch) | |
tree | 3b1c45b791d590e1f69f9d67e002cabcc68d6016 /null_applet | |
parent | 3a822cb94c27a06bb72921edc1875689818ff0de (diff) | |
parent | 15a5d5502765bc1a593d833ca9f613e77dc70aa2 (diff) | |
download | mate-applets-d3178d6a81bb95316193d24926bed3fdc943355e.tar.bz2 mate-applets-d3178d6a81bb95316193d24926bed3fdc943355e.tar.xz |
Merge pull request #59 from infirit/master
Move to gucharmap + make distcheck now works
Diffstat (limited to 'null_applet')
-rw-r--r-- | null_applet/MATE_MixerApplet.server.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/null_applet/MATE_MixerApplet.server.in b/null_applet/MATE_MixerApplet.server.in deleted file mode 100644 index 54b6f6e9..00000000 --- a/null_applet/MATE_MixerApplet.server.in +++ /dev/null @@ -1,22 +0,0 @@ -<oaf_info> - -<oaf_server iid="OAFIID:MATE_MixerApplet" - type="factory" - location="OAFIID:MATE_NullApplet_Factory"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:MATE/Vertigo/MatePanelAppletShell:1.0"/> - <item value="IDL:MateComponent/Control:1.0"/> - <item value="IDL:MateComponent/Unknown:1.0"/> - </oaf_attribute> - <oaf_attribute name="name" type="string" _value="Volume Control (Deprecated)"/> - <oaf_attribute name="description" type="string" _value="Adjust the sound volume"/> - <oaf_attribute name="panel:icon" type="string" value="multimedia-volume-control"/> - <oaf_attribute name="bugzilla:bugzilla" type="string" value="MATE"/> - <oaf_attribute name="bugzilla:product" type="string" value="mate-applets"/> - <oaf_attribute name="bugzilla:component" type="string" value="mixer"/> - <oaf_attribute name="bugzilla:other_binaries" type="string" value="mixer_applet2"/> - -</oaf_server> - -</oaf_info> |