From e1110b246ff83d6add4bbf01c6ec8a8460070491 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 2 Jun 2007 11:49:00 +0000 Subject: Set default presence to available if there is no presence iface. 2007-06-02 Xavier Claessens * libempathy-gtk/gossip-group-chat.c: * libempathy/empathy-tp-contact-list.c: * libempathy/gossip-contact.c: Set default presence to available if there is no presence iface. svn path=/trunk/; revision=113 --- libempathy-gtk/gossip-group-chat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libempathy-gtk/gossip-group-chat.c') diff --git a/libempathy-gtk/gossip-group-chat.c b/libempathy-gtk/gossip-group-chat.c index 3dc4022bf..493e07461 100644 --- a/libempathy-gtk/gossip-group-chat.c +++ b/libempathy-gtk/gossip-group-chat.c @@ -186,7 +186,6 @@ gossip_group_chat_new (McAccount *account, /* Create contact list */ priv->store = gossip_contact_list_store_new (EMPATHY_CONTACT_LIST (priv->tp_chat)); priv->view = gossip_contact_list_view_new (priv->store); - gossip_contact_list_store_set_show_offline (priv->store, TRUE); gtk_container_add (GTK_CONTAINER (priv->scrolled_window_contacts), GTK_WIDGET (priv->view)); gtk_widget_show (GTK_WIDGET (priv->view)); -- cgit v1.2.3