More windows updates and small fixes

svn: r2914
This commit is contained in:
Alex Roitman
2004-02-26 03:34:19 +00:00
parent 058a56ef4c
commit ead0485d14
9 changed files with 133 additions and 39 deletions

View File

@@ -105,7 +105,7 @@ class UrlEditor:
self.parent.winsmenu.append(self.parent_menu_item)
def remove_itself_from_menu(self):
self.parent.child_windows[self.win_key]
del self.parent.child_windows[self.win_key]
self.parent_menu_item.destroy()
def present(self,obj):