Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
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
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')
-rw-r--r--extensions/deviceicon/battery.py2
-rw-r--r--extensions/deviceicon/speaker.py2
-rw-r--r--extensions/deviceicon/xomenu.py4
3 files changed, 3 insertions, 5 deletions
diff --git a/extensions/deviceicon/battery.py b/extensions/deviceicon/battery.py
index f83a80d..e295b3d 100644
--- a/extensions/deviceicon/battery.py
+++ b/extensions/deviceicon/battery.py
@@ -44,7 +44,7 @@ _PRESENT_PROP = 'battery.present'
class DeviceView(TrayIcon):
- FRAME_POSITION_RELATIVE = 101
+ FRAME_POSITION_RELATIVE = 102
def __init__(self, udi):
client = gconf.client_get_default()
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()
diff --git a/extensions/deviceicon/xomenu.py b/extensions/deviceicon/xomenu.py
index 59cdeab..359832f 100644
--- a/extensions/deviceicon/xomenu.py
+++ b/extensions/deviceicon/xomenu.py
@@ -17,8 +17,6 @@
from gettext import gettext as _
import gconf
-import gtk
-
from sugar.graphics.menuitem import MenuItem
from sugar.graphics.tray import TrayIcon
from sugar.graphics.palette import Palette
@@ -33,7 +31,7 @@ _ICON_NAME = 'computer-xo'
class SystemView(TrayIcon):
- FRAME_POSITION_RELATIVE = 800
+ FRAME_POSITION_RELATIVE = 101
def __init__(self):
client = gconf.client_get_default()