Builder/DialogNewComponent.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 29 Apr 2010 09:12:38 +0000 (17:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 29 Apr 2010 09:12:38 +0000 (17:12 +0800)
Builder/DialogNewComponent.js

index 06a15b2..68941bd 100755 (executable)
@@ -117,7 +117,7 @@ DialogNewComponent = new XObject({
                 
                 
                  if (GLib.file_test (GLib.dir + '/' + xidns + '.js', GLib.FileTest.EXISTS)) {
-                    StandardErrorDialog..show(
+                    StandardErrorDialog.show(
                         "That file already exists"
                     ); 
                     return;