]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-group-chat.c
"interactive" property on EmpathyContactListView to enable/disable contect
[empathy.git] / libempathy-gtk / empathy-group-chat.c
index 48439302d30cd8725d044a5a9dbf5999e6cae1a3..f3c8e8a2061c103693a189eb8d5fdc9657cefa7d 100644 (file)
@@ -529,6 +529,7 @@ group_chat_set_tp_chat (EmpathyChat    *chat,
        /* Create contact list */
        priv->store = empathy_contact_list_store_new (EMPATHY_CONTACT_LIST (priv->tp_chat));
        priv->view = empathy_contact_list_view_new (priv->store);
+       empathy_contact_list_view_set_interactive (priv->view, TRUE);
        gtk_container_add (GTK_CONTAINER (priv->scrolled_window_contacts),
                           GTK_WIDGET (priv->view));
        gtk_widget_show (GTK_WIDGET (priv->view));