Fixed bug in classless Gramplets: no options are available
svn: r11503
This commit is contained in:
parent
bb5f463a50
commit
1f2b8df6a4
@ -744,6 +744,7 @@ class GuiGramplet:
|
||||
return self.scrolledwindow
|
||||
|
||||
def make_gui_options(self):
|
||||
if not self.pui: return
|
||||
topbox = gtk.VBox()
|
||||
hbox = gtk.HBox()
|
||||
labels = gtk.VBox()
|
||||
|
Loading…
Reference in New Issue
Block a user