Skip to content

Commit

Permalink
gui: Disable BOOT/Network share radio buttons
Browse files Browse the repository at this point in the history
Disable the BOOT and Network share radio buttons for now as they don't work
correctly yet.

Signed-off-by: Lars-Peter Clausen <[email protected]>
  • Loading branch information
larsclausen committed Mar 24, 2015
1 parent 821c704 commit bdb205e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adi_diagnostic_report
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ def gui_run():
for r in sorted(report_list, key=lambda r: r.name):
store.append([r])

builder.get_object('radio_other').set_active(True)

window = builder.get_object('main_window')
window.connect('destroy', lambda x: Gtk.main_quit())
window.show()
Expand Down
3 changes: 3 additions & 0 deletions adi_diagnostic_report.glade
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<property name="label" translatable="yes">BOOT Partition</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_action_appearance">False</property>
Expand All @@ -107,6 +108,7 @@
<property name="label" translatable="yes">Network Share</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_action_appearance">False</property>
Expand All @@ -133,6 +135,7 @@
<property name="receives_default">False</property>
<property name="use_action_appearance">False</property>
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">radio_boot</property>
</object>
Expand Down

0 comments on commit bdb205e

Please sign in to comment.