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:
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()