Signed-off-by: Peter Kjellerstedt <[email protected]>
---
scripts/pybootchartgui/pybootchartgui/gui.py | 1 +
1 file changed, 1 insertion(+)
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)
--
1.8.4
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core