* src/AttrEdit.py: remove unused parameters

* src/EditFamily.py: start apply operation


svn: r5889
This commit is contained in:
Don Allingham
2006-02-05 22:23:53 +00:00
parent fffadfd0a2
commit 694d3d7671
5 changed files with 53 additions and 35 deletions

View File

@ -229,7 +229,8 @@ class GrampsWindowManager:
# Given an item, close its window and remove it's ID from the dict
if item.window_id:
del self.id2item[item.window_id]
item.window.destroy()
if item.window:
item.window.destroy()
def remove_item(self,track):
# We need the whole gymnastics below because our item