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 13:39:09 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-01-08 13:39:09 (GMT)
commit3f847008af23057e83688ca2d97fefe7aa24246d (patch)
treefd7ceb7669d8a5d829db3bda96aa4303db9a5c23 /shell
parent17a1cb7ae4f6b6179235d2332abb0b6a0f81a38e (diff)
Typo
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 c305f14..47c50bf 100644
--- a/shell/hardwaremanager.py
+++ b/shell/hardwaremanager.py
@@ -39,5 +39,5 @@ class HardwareManager(object):
def toggle_keyboard_brightness(self):
if self._service.get_keyboard_brightness():
self._service.set_keyboard_brightness(False)
- else
+ else:
self._service.set_keyboard_brightness(True)