X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fplugin-registrar.vala;h=69eccb7e626b4b80bf60195766582f23a467d80c;hb=7c7799dd2829b4711b0948a1bd9bb2f1ba2802a9;hp=29eed01c5a74812ff0c774cc153b745d9bc01187;hpb=538038c103ddc361cdd48d279eeac7c73e871707;p=cinaest diff --git a/src/plugin-registrar.vala b/src/plugin-registrar.vala index 29eed01..69eccb7 100644 --- a/src/plugin-registrar.vala +++ b/src/plugin-registrar.vala @@ -28,8 +28,8 @@ public class PluginRegistrar : Object { assert (Module.supported ()); } - public PluginRegistrar (string path) { - this.path = path; + public PluginRegistrar (string _path) { + Object (path: _path); } public bool load () {