commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7419 - trunk/gnue-forms/src


From: johannes
Subject: [gnue] r7419 - trunk/gnue-forms/src
Date: Tue, 19 Apr 2005 09:09:00 -0500 (CDT)

Author: johannes
Date: 2005-04-19 09:08:59 -0500 (Tue, 19 Apr 2005)
New Revision: 7419

Modified:
   trunk/gnue-forms/src/GFInstance.py
Log:
No need to skip those removed dialogs anymore


Modified: trunk/gnue-forms/src/GFInstance.py
===================================================================
--- trunk/gnue-forms/src/GFInstance.py  2005-04-19 13:58:34 UTC (rev 7418)
+++ trunk/gnue-forms/src/GFInstance.py  2005-04-19 14:08:59 UTC (rev 7419)
@@ -195,10 +195,6 @@
       filename    = os.path.join (basedir, dialogName)
       (name, ext) = os.path.splitext (dialogName)
 
-      # Skip those dialogs already implemented by the UI drivers
-      if name in ['about', 'messageBox']:
-        continue
-
       if os.path.isfile (filename) and ext == '.py':
         dialog = dyn_import ('gnue.forms.dialogs.%s' % name)
 





reply via email to

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