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 <mpg@redhat.com>2007-07-27 18:15:31 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-07-27 18:15:31 (GMT)
commitb23b63cdd554286d02b1a09353a946f3bc40f16a (patch)
treec37fcd8a3b900ddafedbbf52449d7af4bb88c743 /shell
parentb9d7d00985eb524637f54ff33c596ff67dcdc3dc (diff)
Split the UI part of sugarext out to his own module to avoid
dragging gtk inside services.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/keyhandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/keyhandler.py b/shell/view/keyhandler.py
index a20064c..2247e80 100644
--- a/shell/view/keyhandler.py
+++ b/shell/view/keyhandler.py
@@ -24,7 +24,7 @@ import gtk
from hardware import hardwaremanager
from model.shellmodel import ShellModel
-from sugar._sugarext import KeyGrabber
+from sugar._sugaruiext import KeyGrabber
_BRIGHTNESS_STEP = 2
_VOLUME_STEP = 10