svn: r6378

This commit is contained in:
Alex Roitman
2006-04-20 04:59:04 +00:00
parent 91fd96968e
commit 2e60bbe16e
3 changed files with 10 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ class EditPrimary(ManagedWindow.ManagedWindow):
pass
def build_window_key(self,obj):
if obj:
if obj and obj.get_handle():
return obj.get_handle()
else:
return id(self)