Builder/RightGtkView.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 20 May 2010 04:28:33 +0000 (12:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 20 May 2010 04:28:33 +0000 (12:28 +0800)
Builder/RightGtkView.js

index 8499019..898b1f5 100755 (executable)
@@ -599,10 +599,10 @@ RightGtkView = new XObject({
             
             // add the signal handlers.
             
-            el.signal.expose_event.connect(XObject.createDelegate(this.widgetExposeEvent, this)));
-            el.signal.drag_motion.connect(XObject.createDelegate(this.widgetDragMotionEvent, this)));
-            el.signal.drag_drop.connect(XObject.createDelegate(this.widgetDragDropEvent, this)));
-            el.signal.button_press_event.connect(XObject.createDelegate(this.widgetPressEvent, this)));
+            el.signal.expose_event.connect(XObject.createDelegate(this.widgetExposeEvent, this));
+            el.signal.drag_motion.connect(XObject.createDelegate(this.widgetDragMotionEvent, this));
+            el.signal.drag_drop.connect(XObject.createDelegate(this.widgetDragDropEvent, this));
+            el.signal.button_press_event.connect(XObject.createDelegate(this.widgetPressEvent, this));