src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 10:25:03 +0000 (18:25 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 10:25:03 +0000 (18:25 +0800)
src/Builder4/WindowState.vala

index e2d37f8..36c0263 100644 (file)
@@ -93,13 +93,7 @@ public class WindowState : Object
                this.template_select = new DialogTemplateSelect();
                this.children_loaded = true;
                
-               this.left_tree.node_selected.connect((sel) => {
-                       if (this.file.xtype == "Roo") { 
-                               this.window_rooview.sourceview.nodeSelected(sel);                       
-                       } else {
-                               this.window_gladeview.sourceview.nodeSelected(sel);
-                       }
-               });
+               
                this.valasource = new Palete.ValaSource();
                this.valasource.compiled.connect(this.valaCompiled);