Builder3/Window.js
authorAlan Knowles <alan@roojs.com>
Wed, 26 Oct 2011 04:43:03 +0000 (12:43 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 26 Oct 2011 04:43:03 +0000 (12:43 +0800)
Builder3/Window.js

index cb379a0..edeca38 100644 (file)
@@ -2432,13 +2432,14 @@ Window=new XObject({
                                                                         
                                                                         print("Makeing timeout, to start editor");
                                                                         colObj.items[0].el.mode = Gtk.CellRendererMode.EDITABLE;
+                                                                        colObj.items[0].el.editable = true; // esp. need for col 0..
                                                                         // iter now has row...
                                                                         GLib.timeout_add(0, 100, function() {
                                                                             _this.activePath = path;
                                                                             
                                                                             print("Attempting to start editor");
                                                                             
-                                                                            colObj.items[0].el.editable = true; // esp. need for col 0..
+                                                                            
                                                                             _this.get('/LeftPanel.view').el.set_cursor_on_cell(
                                                                                 tp,
                                                                                 colObj.el,