X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2FProject%2FGtk.vala;h=b44208d53f8dbac20e1b7b6dca9d73bb4a0d9dcd;hb=688ad1b5cf410b417665d9e0e26380c7d9286fc6;hp=f0d1dd22f22b75c83c357b32614886eebd08c19b;hpb=e478631835fd0fd1c02173815c0757b3fefda808;p=roobuilder diff --git a/src/Project/Gtk.vala b/src/Project/Gtk.vala index f0d1dd22f..b44208d53 100644 --- a/src/Project/Gtk.vala +++ b/src/Project/Gtk.vala @@ -46,6 +46,7 @@ namespace Project public GtkValaSettings? active_cg = null; public Gee.HashMap compilegroups; + public Meson meson; public Palete.Gtk gpalete { @@ -72,6 +73,7 @@ namespace Project this.packages = new Gee.ArrayList(); //this.hidden = new Gee.ArrayList(); this.compilegroups = new Gee.HashMap(); + this.meson = new Meson(this); } @@ -145,6 +147,10 @@ namespace Project this.gir_cache = null; } + public override void onSave() + { + this.meson.save(); + } /** * perhaps we should select the default in the window somewhere...