Builder/LeftPanel.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 13 May 2010 08:51:22 +0000 (16:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 13 May 2010 08:51:22 +0000 (16:51 +0800)
Builder/LeftPanel.js

index ce19e44..6c4321f 100755 (executable)
@@ -320,7 +320,7 @@ LeftPanel = new XObject({
                                     
                                     e.editing_done();
                                     e.remove_widget();
-                                    LeftPanel.get('model').activePath = activePath ;
+                                    m.activePath = activePath ;
                                     
                              //       Gdk.threads_leave();
                                     return false;
@@ -343,8 +343,8 @@ LeftPanel = new XObject({
                                      
                                     e.editing_done();
                                     e.remove_widget();
-                                    LeftPanel.get('model').activeIter = iter;
-                                    LeftPanel.get('model').changed(''+val,true);
+                                    m.activePath = activePath ;
+                                    m.changed(''+val,true);
                                     
                              
                                     return false;