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