]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/gossip-private-chat.c
Add all properties described by TP spec for the Text channel on
[empathy.git] / libempathy-gtk / gossip-private-chat.c
index f047f12e290b9a81e0eb960faa0e6df1b7ceb18e..a7ef8fb03d7f64c2bba812d942d0070123b95a8f 100644 (file)
@@ -92,6 +92,7 @@ gossip_private_chat_class_init (GossipPrivateChatClass *klass)
        chat_class->get_tooltip          = private_chat_get_tooltip;
        chat_class->get_status_icon_name = private_chat_get_status_icon_name;
        chat_class->get_widget           = private_chat_get_widget;
+       chat_class->set_tp_chat          = NULL;
 
        g_type_class_add_private (object_class, sizeof (GossipPrivateChatPriv));
 }