[OE-core] [PATCH 03/14] pybootchartgui: Set the initial state of "Show more" correctly

Peter Kjellerstedt peter.kjellerstedt at axis.com
Fri Nov 15 17:08:52 UTC 2013


Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
---
 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




More information about the Openembedded-core mailing list