[empathy/gnome-3-12] Fix missing date icons in chat history window



commit 746b5b52c8469d5156a0a94fff4361ec3378246c
Author: Hussam Al-Tayeb <me hussam eu org>
Date:   Thu Oct 22 16:25:00 2015 -0500

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]