Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-01-08 14:00:22 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-01-08 14:00:22 (GMT)
commit764eee81e57aa637c7d6c95d3d75f94d9f29d650 (patch)
tree05435af828a81ce147c160340ea5130399c44d75 /shell
parent3f847008af23057e83688ca2d97fefe7aa24246d (diff)
Adapt to olpc-hardware-manager API change
Diffstat (limited to 'shell')
-rw-r--r--shell/hardwaremanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hardwaremanager.py b/shell/hardwaremanager.py
index 47c50bf..ab5a9e1 100644
--- a/shell/hardwaremanager.py
+++ b/shell/hardwaremanager.py
@@ -31,7 +31,7 @@ class HardwareManager(object):
self._service = dbus.Interface(proxy, HARDWARE_MANAGER_INTERFACE)
def set_display_mode(self, mode):
- self._service.set_mode(mode)
+ self._service.set_display_mode(mode)
def set_display_brightness(self, level):
self._service.set_display_brightness(level)