Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-12-31 15:10:17 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-12-31 15:10:37 (GMT)
commit1c1220c44a5c30be16aafc835b2cef1dff7b4707 (patch)
treec7a77d0e4131d63a041d81ec100b4e71d630d163 /util
parentd77092d54685380c851e3587ddaf65a319f35b8e (diff)
patch from ignacio of make save as icon button insensitive
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