Author: johannes
Date: 2006-06-27 07:20:14 -0500 (Tue, 27 Jun 2006)
New Revision: 8512

Modified:
   trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
Log:
Add __splash handle
issue112 testing


Modified: trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py     2006-06-27 12:06:01 UTC 
(rev 8511)
+++ trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py     2006-06-27 12:20:14 UTC 
(rev 8512)
@@ -72,7 +72,18 @@
                wx.ID_NO    : False,
                wx.ID_CANCEL: None }
 
+  # ---------------------------------------------------------------------------
+  # Constructor
+  # ---------------------------------------------------------------------------
 
+  def __init__(self, eventHandler, name="Undefined", disableSplash=None,
+          parentContainer=None, moduleName=None):
+
+      commonToolkit.GFUserInterface.__init__(self, eventHandler, name,
+              disableSplash, parentContainer, moduleName)
+      self.__splash = None
+
+
   # ---------------------------------------------------------------------------
   # Initialize the user interface
   # ---------------------------------------------------------------------------



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

Reply via email to