]> code.delx.au - pulseaudio/blobdiff - src/modules/module-augment-properties.c
conf-parser: Add support for parsing property lists.
[pulseaudio] / src / modules / module-augment-properties.c
index 3c4811dee0540ea3b9f6167e46bd14b4ac5aa09e..6bba2b301275583160358532a64146c973c0eed5 100644 (file)
@@ -206,7 +206,7 @@ static void update_rule(struct rule *r) {
     table[0].data = &r->application_name;
     table[1].data = &r->icon_name;
 
-    if (pa_config_parse(fn, NULL, table, r) < 0)
+    if (pa_config_parse(fn, NULL, table, NULL, r) < 0)
         pa_log_warn("Failed to parse .desktop file %s.", fn);
 
     pa_xfree(fn);