summaryrefslogtreecommitdiff
path: root/telepathy-glib/contacts-mixin.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2008-07-28 15:07:23 +0000
committerSjoerd Simons <sjoerd@luon.net>2008-07-28 15:07:23 +0000
commit9c34170dedb6a4edc34ce000e8416f48e9c7dac8 (patch)
tree15c12bde053b6a3d289e73c564386cc49373295b /telepathy-glib/contacts-mixin.c
parent015cb72173c6ec8f53e79c8721816cfba39da54d (diff)
downloadtelepathy-glib-9c34170dedb6a4edc34ce000e8416f48e9c7dac8.tar.gz
Convert the interface to a base connection instead of the contacts-mixin type
20080728150723-93b9a-5ee28125487842c32b62de71a4ebd142070317fc.gz
Diffstat (limited to 'telepathy-glib/contacts-mixin.c')
-rw-r--r--telepathy-glib/contacts-mixin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index b97e50dd7..0a1050af1 100644
--- a/telepathy-glib/contacts-mixin.c
+++ b/telepathy-glib/contacts-mixin.c
@@ -242,7 +242,7 @@ tp_contacts_mixin_inspect_contacts (
TpContactsMixin *self = TP_CONTACTS_MIXIN (iface);
GHashTable *result;
guint i;
- TpBaseConnection *conn = TP_BASE_CONNECTION (self);
+ TpBaseConnection *conn = TP_BASE_CONNECTION (iface);
TpHandleRepoIface *contact_repo = tp_base_connection_get_handles (conn,
TP_HANDLE_TYPE_CONTACT);
GArray *valid_handles;