Author: jamest
Date: 2005-08-10 08:22:37 -0500 (Wed, 10 Aug 2005)
New Revision: 7815

Modified:
   trunk/gnue-forms/src/uidrivers/wx/UILoginHandler.py
Log:
re-added line needed to initialize wx on data aware forms


Modified: trunk/gnue-forms/src/uidrivers/wx/UILoginHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx/UILoginHandler.py 2005-08-10 01:40:22 UTC 
(rev 7814)
+++ trunk/gnue-forms/src/uidrivers/wx/UILoginHandler.py 2005-08-10 13:22:37 UTC 
(rev 7815)
@@ -39,6 +39,12 @@
   # Prompt for all fields
   # ---------------------------------------------------------------------------
 
+  def __init__(self):
+    # Though the variable isn't used below this line is 
+    # needed to get WX setup properly for the login box 
+    # jst - 8/10/2005
+    self._wxapp = getWxApp()
+    
   def _askLogin_ (self, title, fields):
 
     lfields = fields [:]



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to