[oe-commits] Peter Kjellerstedt : pybootchartgui: Set the initial state of "Show more" correctly

git at git.openembedded.org git at git.openembedded.org
Wed Nov 20 11:09:39 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 55fa7f768bb7618f2daaf43f147609c76e077b8b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=55fa7f768bb7618f2daaf43f147609c76e077b8b

Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Date:   Fri Nov 15 18:08:52 2013 +0100

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

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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)



More information about the Openembedded-commits mailing list