Builder/LeftProps.js
authorAlan Knowles <alan@akkbhome.com>
Sat, 15 May 2010 06:36:35 +0000 (14:36 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sat, 15 May 2010 06:36:35 +0000 (14:36 +0800)
Builder/LeftProps.js

index 30053b5..070e6f2 100755 (executable)
@@ -127,7 +127,7 @@ LeftProps = new XObject({
                         // show the menu..
                         if (!AddPropertyPopup.el) {
                             AddPropertyPopup.init();
-                           }
+                        }
                         AddPropertyPopup.el.set_screen(Gdk.Screen.get_default());
                         AddPropertyPopup.el.show_all();
                         AddPropertyPopup.el.popup(null, null, null, null, 3, ev.button.time);