Now really works closing the selection disc window

This commit is contained in:
Sergio Costas 2014-08-06 01:04:14 +02:00
parent ce844c19a1
commit b5f18da964
3 changed files with 60 additions and 2 deletions

View file

@ -206,6 +206,6 @@ class choose_disc_type(GObject.GObject):
window.destroy()
def on_wselect_disk_destroy_event(self,w):
def on_wselect_disk_destroy_event(self,w,b):
Gtk.main_quit()