summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gobject.c')
-rw-r--r--glib/dbus-gobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/dbus-gobject.c b/glib/dbus-gobject.c
index df9ff9d6..e1e387e5 100644
--- a/glib/dbus-gobject.c
+++ b/glib/dbus-gobject.c
@@ -308,7 +308,7 @@ handle_introspect (DBusConnection *connection,
g_error ("Out of memory");
dbus_message_append_args (message,
- DBUS_TYPE_STRING, xml->str,
+ DBUS_TYPE_STRING, &xml->str,
DBUS_TYPE_INVALID);
dbus_connection_send (connection, message, NULL);