[Telepathy-commits] [telepathy-glib/master] Convert the interface to a base connection instead of the contacts-mixin type

Sjoerd Simons sjoerd at luon.net
Tue Aug 19 04:25:19 PDT 2008


20080728150723-93b9a-5ee28125487842c32b62de71a4ebd142070317fc.gz
---
 telepathy-glib/contacts-mixin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index b97e50d..0a1050a 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;
-- 
1.5.6.3




More information about the Telepathy-commits mailing list