From beb0b7e42281f326f379bd9233297e855e5ad020 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 17 Dec 2009 14:51:55 +0000 Subject: main-window: don't add the protocol icon on top of event icons --- src/empathy-main-window.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 162de3b45..da6715699 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -167,9 +167,7 @@ main_window_flash_foreach (GtkTreeModel *model, if (data->on) { icon_name = data->event->icon_name; - pixbuf = contact_list_store_get_contact_status_icon_with_icon_name ( - data->window->list_store, - contact, icon_name); + pixbuf = empathy_pixbuf_from_icon_name (icon_name, GTK_ICON_SIZE_MENU); } else { pixbuf = contact_list_store_get_contact_status_icon ( data->window->list_store, -- cgit v1.2.3