[empathy] main-window: don't add the protocol icon on top of event icons



commit beb0b7e42281f326f379bd9233297e855e5ad020
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Dec 17 14:51:55 2009 +0000

    main-window: don't add the protocol icon on top of event icons

 src/empathy-main-window.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 162de3b..da67156 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]