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)
_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue