engine: fix a case of variable shadowing
commit19a05190e91de94af913075beb67725b86814231
authorRyan Lortie <desrt@desrt.ca>
Wed, 27 Nov 2013 18:57:36 +0000 (27 13:57 -0500)
committerRyan Lortie <desrt@desrt.ca>
Wed, 27 Nov 2013 18:58:57 +0000 (27 13:58 -0500)
treefbb10d969699913bec60b4f4c654a982b62f9062
parenta06fbabc24c0eedc5ccae5e527e4fed6823b65c2
engine: fix a case of variable shadowing

Testing uncovered a case of a shadowed variable in the signal handling
code of the engine: the object path on which a signal arrived was being
shadowed by the 'path' variable used when deserialising the content of
the signal, causing the signal to fail to be delivered.

Rename the D-Bus path variable to 'object_path' to avoid the issue.
engine/dconf-engine.c