Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/keyhandler.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-30 12:24:03 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-30 12:24:03 (GMT)
commitce72600b02aa2235fc9cc161b20ff24bcb5f6703 (patch)
tree342b360e17646b7326d61857583a33699eb9d664 /shell/view/keyhandler.py
parentc8b5ab290e1bd96eb6fadac1708a2f14b7da4d70 (diff)
Make the Shell own the console. Some view changes.
Diffstat (limited to 'shell/view/keyhandler.py')
-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 373bceb..971c8a6 100644
--- a/shell/view/keyhandler.py
+++ b/shell/view/keyhandler.py
@@ -148,7 +148,7 @@ class KeyHandler(object):
gobject.idle_add(self._toggle_console_visibility_cb)
def handle_new_console(self):
- console.toggle_visibility()
+ self._shell.toggle_console_visibility()
def handle_frame(self):
self._shell.get_frame().notify_key_press()