Removed several HELP buttons that doesn't work

Allows to close the disk type selection window
This commit is contained in:
Sergio Costas 2014-08-06 00:48:33 +02:00
parent 754714caab
commit ce844c19a1
4 changed files with 7 additions and 32 deletions

View file

@ -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()