aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--matchbox/mb-wm-theme.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/matchbox/mb-wm-theme.c b/matchbox/mb-wm-theme.c
index 7282e16..6db6392 100644
--- a/matchbox/mb-wm-theme.c
+++ b/matchbox/mb-wm-theme.c
@@ -1311,11 +1311,7 @@ xml_element_end_cb (void *data, const char *tag)
MBWM_DBG ("tag </%s>\n", tag);
- if (!strcmp (tag, "theme"))
- {
- XML_StopParser (exd->par, 0);
- }
- else if (!strcmp (tag, "client"))
+ if (!strcmp (tag, "client"))
{
if (ctx == XML_CTX_CLIENT)
{