summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2007-09-11 10:37:47 +0100
committerRoss Burton <ross@burtonini.com>2007-09-11 10:37:47 +0100
commit3f6e2c0c76d3643a1823b5ea7c8f5486a6b448de (patch)
tree4f62d56f39d7aace17fd1b2a348d36d8cbbe8997
parentc08a7f910c4c746ba790375be2d0f0682471cf06 (diff)
Fix broken introspection XML
When writing XML for properties a duplicate closing tag was written. (#8607, thanks William Jon McCann).
-rw-r--r--dbus/dbus-gobject.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbus/dbus-gobject.c b/dbus/dbus-gobject.c
index da451a5..df26e3b 100644
--- a/dbus/dbus-gobject.c
+++ b/dbus/dbus-gobject.c
@@ -488,8 +488,6 @@ write_interface (gpointer key, gpointer val, gpointer user_data)
}
g_free (dbus_type);
-
- g_string_append (xml, " </property>\n");
}
g_slist_free (values->properties);