[gnome-calendar] gcal-day-view: updated :get_left_header function



commit c9935ab0d6808b840a61c64b21c05f3bc82034ee
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Tue Jun 18 09:24:31 2013 -0400

    gcal-day-view: updated :get_left_header function
    
    Includes dayweek string now.

 src/gcal-day-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-day-view.c b/src/gcal-day-view.c
index 745fdb6..a88e670 100644
--- a/src/gcal-day-view.c
+++ b/src/gcal-day-view.c
@@ -400,7 +400,7 @@ gcal_day_view_get_left_header (GcalView *view)
   priv = GCAL_DAY_VIEW (view)->priv;
 
   tm_date = icaltimetype_to_tm (priv->date);
-  e_utf8_strftime_fix_am_pm (str_date, 64, "%B", &tm_date);
+  e_utf8_strftime_fix_am_pm (str_date, 64, "%A %B", &tm_date);
 
   return g_strdup_printf ("%s, %d", str_date, priv->date->day);
 }


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