commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7815 - trunk/gnue-forms/src/uidrivers/wx


From: jamest
Subject: [gnue] r7815 - trunk/gnue-forms/src/uidrivers/wx
Date: Wed, 10 Aug 2005 08:22:38 -0500 (CDT)

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 [:]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]