]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-roomlist.c
Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.
[empathy.git] / libempathy / empathy-tp-roomlist.c
index a091bf9ff908b862eb4a747fd78025d8af5f64c6..0b161346a5e71e510b596c8b8daaecf541235f12 100644 (file)
@@ -182,7 +182,7 @@ empathy_tp_roomlist_new (McAccount *account)
 
        priv->account = g_object_ref (account);
        priv->roomlist_iface = tp_chan_get_interface (priv->tp_chan,
-                                                     TELEPATHY_CHAN_IFACE_ROOMLIST_QUARK);
+                                                     TP_IFACE_QUARK_CHANNEL_TYPE_ROOM_LIST);
 
        g_signal_connect (priv->tp_chan, "destroy",
                          G_CALLBACK (tp_roomlist_destroy_cb),