Updates
svn: r2892
This commit is contained in:
@ -747,12 +747,13 @@ class LocalMediaProperties:
|
||||
|
||||
def on_delete_event(self,obj,b):
|
||||
self.close_child_windows()
|
||||
self.parent.parent.child_windows.remove(self)
|
||||
self.remove_itself_from_menu()
|
||||
self.parent.parent.child_windows.remove(self)
|
||||
|
||||
def close(self,obj):
|
||||
self.close_child_windows()
|
||||
self.remove_itself_from_menu()
|
||||
self.parent.parent.child_windows.remove(self)
|
||||
self.window.destroy()
|
||||
|
||||
def close_child_windows(self):
|
||||
|
Reference in New Issue
Block a user