Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'help/help.py')
-rw-r--r--help/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help.py b/help/help.py
index 75e1ccd..1d8dfe7 100644
--- a/help/help.py
+++ b/help/help.py
@@ -72,7 +72,7 @@ class Help(Window):
#Mimic the other tabs (hide the fact that this is another window)
self.toolbox = Toolbox()
- self.toolbox.connect('current_toolbar_changed',self.goto_cb)
+ self.toolbox.connect_after('current_toolbar_changed',self.goto_cb)
self.set_toolbox(self.toolbox)
self.toolbox.show()