[empathy] Set the stock-person icon for contact online/offline notification
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Set the stock-person icon for contact online/offline notification
- Date: Fri, 27 Nov 2009 17:18:36 +0000 (UTC)
commit a59cf9be7760bdbcadbdca2922c777878b9d960a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Nov 27 17:11:50 2009 +0000
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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index 0992dd2..86956e7 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]