src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 09:11:44 +0000 (17:11 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 09:11:44 +0000 (17:11 +0800)
src/Builder4/WindowState.vala

index 0149aaf..a322251 100644 (file)
@@ -118,6 +118,9 @@ public class WindowState : Object
                this.left_tree.changed.connect(() => {
                        this.window_rooview.requestRedraw();
                        this.left_tree.model.file.save();
+                       if (this.left_tree.model.file.xtype=="Gtk") {
+                               this.valasource.checkFileSpawn(this.left_tree.model.file);
+                       }
                });
                 
        }