summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2013-11-15 18:08:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-18 12:44:06 +0000
commit1a539bb131189f83e84a35849c779ff8a969a6b6 (patch)
tree7adb96ab76a4cf5c302ac161fe74083d01451241 /scripts
parentcacd502cd389ea15ea1fb0947d3b033b39e5ad87 (diff)
downloadast2050-yocto-poky-1a539bb131189f83e84a35849c779ff8a969a6b6.zip
ast2050-yocto-poky-1a539bb131189f83e84a35849c779ff8a969a6b6.tar.gz
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pybootchartgui/pybootchartgui/gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pybootchartgui/pybootchartgui/gui.py b/scripts/pybootchartgui/pybootchartgui/gui.py
index 164bdfb..1120701 100644
--- a/scripts/pybootchartgui/pybootchartgui/gui.py
+++ b/scripts/pybootchartgui/pybootchartgui/gui.py
@@ -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)
OpenPOWER on IntegriCloud