From a59cf9be7760bdbcadbdca2922c777878b9d960a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 27 Nov 2009 17:11:50 +0000 Subject: Set the stock-person icon for contact online/offline notification This one makes more sense than the info icon as notifications are obviously an information (#590700). --- src/empathy-event-manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index 0992dd243..86956e7f9 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -944,7 +944,7 @@ event_manager_presence_changed_cb (EmpathyContactMonitor *monitor, empathy_contact_get_name (contact)); event_manager_add (manager, contact, EMPATHY_EVENT_TYPE_PRESENCE, - GTK_STOCK_DIALOG_INFO, header, NULL, NULL, NULL, NULL); + "stock_person", header, NULL, NULL, NULL, NULL); } } else @@ -960,7 +960,7 @@ event_manager_presence_changed_cb (EmpathyContactMonitor *monitor, empathy_contact_get_name (contact)); event_manager_add (manager, contact, EMPATHY_EVENT_TYPE_PRESENCE, - GTK_STOCK_DIALOG_INFO, header, NULL, NULL, NULL, NULL); + "stock_person", header, NULL, NULL, NULL, NULL); } } g_free (header); -- cgit v1.2.3