diff options
| -rw-r--r-- | scripts/pybootchartgui/pybootchartgui/gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pybootchartgui/pybootchartgui/gui.py b/scripts/pybootchartgui/pybootchartgui/gui.py index 164bdfbd3a..11207015d8 100644 --- a/scripts/pybootchartgui/pybootchartgui/gui.py +++ b/scripts/pybootchartgui/pybootchartgui/gui.py | |||
| @@ -302,6 +302,7 @@ class PyBootchartShell(gtk.VBox): | |||
| 302 | # Misc. options | 302 | # Misc. options |
| 303 | button = gtk.CheckButton("Show more") | 303 | button = gtk.CheckButton("Show more") |
| 304 | button.connect ('toggled', self.widget.show_toggled) | 304 | button.connect ('toggled', self.widget.show_toggled) |
| 305 | button.set_active(options.app_options.show_all) | ||
| 305 | hbox.pack_start (button, False, True) | 306 | hbox.pack_start (button, False, True) |
| 306 | 307 | ||
| 307 | self.pack_start(hbox, False) | 308 | self.pack_start(hbox, False) |
