diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-17 22:51:55 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-17 23:04:08 +0800 |
commit | beb0b7e42281f326f379bd9233297e855e5ad020 (patch) | |
tree | 8ffb44e77f7c18ca57e689c846f67d12e0beee54 | |
parent | 3fbe87fc0d91b765ac55c1ad683e328af446110b (diff) | |
download | gsoc2013-empathy-beb0b7e42281f326f379bd9233297e855e5ad020.tar gsoc2013-empathy-beb0b7e42281f326f379bd9233297e855e5ad020.tar.gz gsoc2013-empathy-beb0b7e42281f326f379bd9233297e855e5ad020.tar.bz2 gsoc2013-empathy-beb0b7e42281f326f379bd9233297e855e5ad020.tar.lz gsoc2013-empathy-beb0b7e42281f326f379bd9233297e855e5ad020.tar.xz gsoc2013-empathy-beb0b7e42281f326f379bd9233297e855e5ad020.tar.zst gsoc2013-empathy-beb0b7e42281f326f379bd9233297e855e5ad020.zip |
main-window: don't add the protocol icon on top of event icons
-rw-r--r-- | 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 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, |