Author: btami
Date: 2005-10-06 23:24:18 -0500 (Thu, 06 Oct 2005)
New Revision: 8038

Modified:
   trunk/gnue-designer/src/forms/Instance.py
Log:
fixed TypeError

Modified: trunk/gnue-designer/src/forms/Instance.py
===================================================================
--- trunk/gnue-designer/src/forms/Instance.py   2005-10-07 04:12:16 UTC (rev 
8037)
+++ trunk/gnue-designer/src/forms/Instance.py   2005-10-07 04:24:18 UTC (rev 
8038)
@@ -141,7 +141,7 @@
       object._xmlchildnamespaces = {'Char':'GNUe:Layout:Char'}
     elif object._type == 'GFBlock':
       if self.rootObject._blockMap.has_key(object.name):
-        raise "Warning: Multiple blocks with name %s" % object.name
+        raise "Warning: Multiple blocks with name %s" % str(object.name)
       self.rootObject._blockMap[object.name] = object
       object._fieldMap = {}
     elif object._type == 'GFField':



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

Reply via email to