From 746b5b52c8469d5156a0a94fff4361ec3378246c Mon Sep 17 00:00:00 2001
From: Hussam Al-Tayeb <me@hussam.eu.org>
Date: Thu, 22 Oct 2015 16:25:00 -0500
Subject: [PATCH] Fix missing date icons in chat history window
use x-office-calendar icon instead
https://bugzilla.gnome.org/show_bug.cgi?id=756990
---
libempathy-gtk/empathy-log-window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index d58de82..b3a66e7 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -204,7 +204,7 @@ enum
COL_EVENTS_COUNT
};
-#define CALENDAR_ICON "stock_calendar"
+#define CALENDAR_ICON "x-office-calendar"
/* Seconds between two messages to be considered one conversation */
#define MAX_GAP 30*60