Removed several HELP buttons that doesn't work
Allows to close the disk type selection window
This commit is contained in:
parent
754714caab
commit
ce844c19a1
4 changed files with 7 additions and 32 deletions
|
|
@ -203,4 +203,9 @@ class choose_disc_type(GObject.GObject):
|
|||
final_text = text1+text2+text3+text4+text5
|
||||
textbuf.insert_at_cursor(final_text,len(final_text))
|
||||
window.run()
|
||||
window.destroy()
|
||||
window.destroy()
|
||||
|
||||
|
||||
def on_wselect_disk_destroy_event(self,w):
|
||||
|
||||
Gtk.main_quit()
|
||||
Loading…
Add table
Add a link
Reference in a new issue