summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHussam Al-Tayeb <me@hussam.eu.org>2015-10-22 16:25:00 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-07-21 21:14:51 -0500
commit746b5b52c8469d5156a0a94fff4361ec3378246c (patch)
treee70e98f20e9043593a54971698ec6434267321fc
parentcb4d5c2b8023c2f2a9df1b8a9fb19f2af7d392be (diff)
downloadempathy-746b5b52c8469d5156a0a94fff4361ec3378246c.tar.gz
Fix missing date icons in chat history window
use x-office-calendar icon instead https://bugzilla.gnome.org/show_bug.cgi?id=756990
-rw-r--r--libempathy-gtk/empathy-log-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index d58de82e4..b3a66e7d1 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