Spawn.vala
[gitlive] / Spawn.vala
index 5525f93..69db9ea 100644 (file)
@@ -1,6 +1,6 @@
 
 
-using Glib;
+using GLib;
 // compile valac 
 
 /// # valac  --pkg gio-2.0  --pkg posix Spawn.vala -o /tmp/Spawn
@@ -130,7 +130,7 @@ public class Spawn : Object
         this.cfg = cfg;
      
     
-        this.cfg.cwd =  this.cfg.cwd.length || GLib.get_home_dir();
+        this.cfg.cwd =  this.cfg.cwd.length || GLib.Enviroment.get_home_dir();
         if (!this.cfg.args.length) {
             throw new Error("No arguments");
         }