summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-03-21 11:44:46 -0700
committerMike Gorse <mgorse@novell.com>2011-03-21 11:52:35 -0700
commite587b52e725d27443ee94c5d932441aaf302bc00 (patch)
treec5bb6e7e03cdfc1c4a80e57f8b7ce915dd6d0860 /dbind
parent7a1f33497791b9dc04ee5d181fbe353a9064d8d7 (diff)
downloadat-spi2-core-e587b52e725d27443ee94c5d932441aaf302bc00.tar.gz
Bump version, remove dbus-glib dependency, and add pc file
Add in a modified version of dbus-gmain.c so that we can stop dependeing on dbus-glib and include a currently unreviewed fix for FDO#35115. Also add a pc file and bump version to 1.91.92.
Diffstat (limited to 'dbind')
-rw-r--r--dbind/dbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbind/dbind.c b/dbind/dbind.c
index 0d18c2f3..3acb38a0 100644
--- a/dbind/dbind.c
+++ b/dbind/dbind.c
@@ -72,7 +72,7 @@ dbind_send_and_allow_reentry (DBusConnection * bus, DBusMessage * message, DBusE
return dbus_connection_send_with_reply_and_block (bus, message, dbind_timeout, error);
closure.reply = NULL;
- dbus_connection_setup_with_g_main(bus, NULL);
+ atspi_dbus_connection_setup_with_g_main(bus, NULL);
if (!dbus_connection_send_with_reply (bus, message, &pending, dbind_timeout))
return NULL;
if (!pending)