Fixed bug in classless Gramplets: no options are available

svn: r11503
This commit is contained in:
Doug Blank 2008-12-22 12:00:45 +00:00
parent bb5f463a50
commit 1f2b8df6a4

View File

@ -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()