Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions/deviceicon/speaker.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-12-22 11:26:39 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-12-22 11:26:39 (GMT)
commitbaa6d77522dd1aab3301a55885fd3989a4dbaef9 (patch)
treef57c582413699d74112a600ca9e46c533e810fa1 /extensions/deviceicon/speaker.py
parent9583c42cccd144804ae4ced250c7c8cb2827b5f9 (diff)
Following in the spec for the device positions
- making the xomenu device the first one - removed an unused import
Diffstat (limited to 'extensions/deviceicon/speaker.py')
-rw-r--r--extensions/deviceicon/speaker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/deviceicon/speaker.py b/extensions/deviceicon/speaker.py
index ffb38cb..db993fa 100644
--- a/extensions/deviceicon/speaker.py
+++ b/extensions/deviceicon/speaker.py
@@ -34,7 +34,7 @@ _ICON_NAME = 'speaker'
class DeviceView(TrayIcon):
- FRAME_POSITION_RELATIVE = 102
+ FRAME_POSITION_RELATIVE = 103
def __init__(self):
client = gconf.client_get_default()