Billy Barrow hace 1 mes
padre
commit
6f4c00eebd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/Configuration.vala

+ 1 - 1
src/lib/Configuration.vala

@@ -17,7 +17,7 @@ namespace Usm {
                     .when_undefined(o => o.managed_config = null);
                 cfg.map_properties_with<Paths>("paths", o => o.paths, (o, v) => o.paths = v, Paths.get_mapper())
                     .undefined_when(o => o.paths == null)
-                    .when_undefined(o => new Paths.usm_environ());
+                    .when_undefined(o => o.paths = new Paths.usm_environ());
                 cfg.set_constructor(() => new Configuration());
             });
         }