diff options
author | Stefano Karapetsas <[email protected]> | 2012-01-26 10:34:04 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-01-26 10:34:04 +0100 |
commit | 2bf19a608c87c646f70f4d9b690e92f704d5db85 (patch) | |
tree | 1bd6e05db0388ed232aa99eda61bd64311247f34 /SensorsApplet.server.in.in | |
parent | 85e95c7dcaef9579507d09738f3f9cb77d9f196d (diff) | |
download | mate-sensors-applet-2bf19a608c87c646f70f4d9b690e92f704d5db85.tar.bz2 mate-sensors-applet-2bf19a608c87c646f70f4d9b690e92f704d5db85.tar.xz |
fix applet icon
Diffstat (limited to 'SensorsApplet.server.in.in')
-rw-r--r-- | SensorsApplet.server.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SensorsApplet.server.in.in b/SensorsApplet.server.in.in index 9fcc6c1..2a794ce 100644 --- a/SensorsApplet.server.in.in +++ b/SensorsApplet.server.in.in @@ -20,6 +20,6 @@ <oaf_attribute name="name" type="string" _value="Hardware Sensors Monitor"/> <oaf_attribute name="description" type="string" _value="Display temperature, fan speed and voltage sensor readings"/> <oaf_attribute name="panel:category" type="string" value="System & Hardware"/> - <oaf_attribute name="panel:icon" type="string" value="@DATADIR@/icons/hicolor/48x48/apps/sensors-applet.png"/> + <oaf_attribute name="panel:icon" type="string" value="@DATADIR@/icons/hicolor/48x48/apps/mate-sensors-applet.png"/> </oaf_server> -</oaf_info>
\ No newline at end of file +</oaf_info> |