Builder/RightGtkView.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 11 May 2010 08:30:59 +0000 (16:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 11 May 2010 08:30:59 +0000 (16:30 +0800)
Builder/RightGtkView.js

index 6ff9af9..15352ae 100755 (executable)
@@ -265,7 +265,7 @@ RightGtkView = new XObject({
                     typeof(obj['|xns']) != 'undefined' &&
                     typeof(obj['xtype']) != 'undefined'
                 ) {
-                    els.push('xtype: '+ obj['|xns'] + '.' + obj['|xns']);
+                    els.push('xtype: '+ obj['|xns'] + '.' + obj['xtype']);
                     skip.push('|xns','xtype');
                 }