From 1c1220c44a5c30be16aafc835b2cef1dff7b4707 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 31 Dec 2013 15:10:17 +0000 Subject: patch from ignacio of make save as icon button insensitive --- (limited to 'util') 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 -- cgit v0.9.1