Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/helpbutton.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/helpbutton.py b/util/helpbutton.py
index aff4fc5..da0bc67 100644
--- a/util/helpbutton.py
+++ b/util/helpbutton.py
@@ -115,3 +115,5 @@ def add_paragraph(help_box, text, icon=None):
hbox.show_all()
help_box.pack_start(hbox, False, False, padding=5)
+
+ return hbox