dabo Commit
Revision 5489
Date: 2009-10-24 08:16:37 -0700 (Sat, 24 Oct 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5489
Changed:
U trunk/dabo/dApp.py
Log:
Applied Jacek's patch in ticket #1297 to explicitly release the login dialog.
I'm not
honestly sure why this is needed, as it should fall out of scope. Before my
changes
of last week, it would have gotten attached to the MainForm so I could see why
it
would have stayed in memory, but now it doesn't get attached to any form so I
don't
know what could be holding the reference to it.
Diff:
Modified: trunk/dabo/dApp.py
===================================================================
--- trunk/dabo/dApp.py 2009-10-23 22:48:37 UTC (rev 5488)
+++ trunk/dabo/dApp.py 2009-10-24 15:16:37 UTC (rev 5489)
@@ -446,6 +446,7 @@
self.loginDialogHook(loginDialog)
loginDialog.show()
user, password = loginDialog.user, loginDialog.password
+ loginDialog.release()
return user, password
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]