diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-03-07 13:55:10 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-03-07 13:55:10 +0000 |
commit | 2e408182809f58ac03b66989ee0b9d5bbe931edf (patch) | |
tree | 47b486c8e8a872bfd223a01fda826fa1617a4aa4 /bus | |
parent | e0fc90bdf2c60a4c77fffaf490d6f06b2bd6999d (diff) |
Fix some more stray occurrences of ELEMENT_TYPE
Diffstat (limited to 'bus')
-rw-r--r-- | bus/config-parser-trivial.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/config-parser-trivial.c b/bus/config-parser-trivial.c index 59ec2ba2..f37b4fb4 100644 --- a/bus/config-parser-trivial.c +++ b/bus/config-parser-trivial.c @@ -164,7 +164,7 @@ bus_config_parser_start_element (BusConfigParser *parser, { case ELEMENT_SERVICEHELPER: case ELEMENT_USER: - case ELEMENT_TYPE: + case ELEMENT_CONFIGTYPE: /* content about to be handled */ break; @@ -277,7 +277,7 @@ bus_config_parser_content (BusConfigParser *parser, } break; - case ELEMENT_TYPE: + case ELEMENT_CONFIGTYPE: { if (!_dbus_string_copy (&content_sane, 0, &parser->bus_type, 0)) { |