]> code.ossystems Code Review - openembedded-core.git/commitdiff
pybootchartgui: Set the initial state of "Show more" correctly
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 15 Nov 2013 17:08:52 +0000 (18:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Nov 2013 12:41:01 +0000 (12:41 +0000)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/pybootchartgui/pybootchartgui/gui.py

index 164bdfbd3a230ad86a6d5591c1707c6d913414fc..11207015d8d2b608818ce545df252aa3cfc6d16f 100644 (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)