From e3496e8e45bc201a55f64c000933ca30df86e43a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 18 Jan 2010 12:35:36 +0000 Subject: Show protocol in compat mode too There is no reason to not to (#607207). --- libempathy-gtk/empathy-contact-list-store.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-contact-list-store.c b/libempathy-gtk/empathy-contact-list-store.c index 08e6f59c1..53a0934b3 100644 --- a/libempathy-gtk/empathy-contact-list-store.c +++ b/libempathy-gtk/empathy-contact-list-store.c @@ -1679,14 +1679,10 @@ contact_list_store_get_contact_status_icon_with_icon_name ( EmpathyContactListStorePriv *priv; const gchar *protocol_name = NULL; gchar *icon_name = NULL; - gboolean show_protocol = FALSE; priv = GET_PRIV (store); - if (priv->show_protocols && !priv->is_compact) { - show_protocol = TRUE; - } - if (show_protocol) { + if (priv->show_protocols) { protocol_name = empathy_protocol_name_for_contact (contact); icon_name = g_strdup_printf ("%s-%s", status_icon_name, protocol_name); } else { @@ -1696,7 +1692,7 @@ contact_list_store_get_contact_status_icon_with_icon_name ( if (pixbuf_status == NULL) { pixbuf_status = empathy_pixbuf_contact_status_icon_with_icon_name (contact, status_icon_name, - show_protocol); + priv->show_protocols); if (pixbuf_status != NULL) { g_hash_table_insert (priv->status_icons, g_strdup (icon_name), -- cgit v1.2.3