summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-03-18 16:56:25 +0000
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-03-18 16:56:25 +0000
commit7eb904a55c0a1c9439e27fc6f7595869aba6bf3f (patch)
tree2d91112cfd0aea677e50f38b5db0a307fcad7e49
parentf4ce746ec671843205cd2133e3d9a329e4d85041 (diff)
Unbreak tpsip_connection_get_interfaces()
-rw-r--r--src/sip-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sip-connection.c b/src/sip-connection.c
index 6b2fa04..2ab4e72 100644
--- a/src/sip-connection.c
+++ b/src/sip-connection.c
@@ -1221,7 +1221,7 @@ tpsip_connection_get_interfaces (TpSvcConnection *iface,
g_assert (TPSIP_IS_CONNECTION (iface));
- ERROR_IF_NOT_CONNECTED_ASYNC (base, context)
+ ERROR_IF_NOT_CONNECTED_ASYNC ((TpBaseConnection *) iface, context)
tp_svc_connection_return_from_get_interfaces (context, interfaces);
}