pybootchartgui: Set the initial state of "Show more" correctly

(From OE-Core rev: 55fa7f768bb7618f2daaf43f147609c76e077b8b)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt 2013-11-15 18:08:52 +01:00 committed by Richard Purdie
parent cacd502cd3
commit 1a539bb131
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ class PyBootchartShell(gtk.VBox):
# Misc. options
button = gtk.CheckButton("Show more")
button.connect ('toggled', self.widget.show_toggled)
button.set_active(options.app_options.show_all)
hbox.pack_start (button, False, True)
self.pack_start(hbox, False)