Author: btami
Date: 2006-11-11 09:27:59 -0600 (Sat, 11 Nov 2006)
New Revision: 9026
Modified:
trunk/gnue-forms/src/uidrivers/win32/UILoginHandler.py
Log:
added missing parameter
Modified: trunk/gnue-forms/src/uidrivers/win32/UILoginHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/UILoginHandler.py 2006-11-10
22:32:08 UTC (rev 9025)
+++ trunk/gnue-forms/src/uidrivers/win32/UILoginHandler.py 2006-11-11
15:27:59 UTC (rev 9026)
@@ -51,7 +51,7 @@
if os.path.exists (imageFile):
lfields.insert (0, ('', imageFile, 'image', None, None, []))
- dlg = dialogs.InputDialog (title, lfields)
+ dlg = dialogs.InputDialog (0, title, lfields)
try:
dlg.DoModal ()
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue