aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gncal-day-view.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-02 15:25:44 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-02 15:25:44 +0800
commit0b8a6756acbe25490201ec50441cc82f4f703cb8 (patch)
treebb13427e3fc6043b18581af9221b77f19a27983c /calendar/gncal-day-view.c
parent23463e22bcec65cf1013ae036dc126be0e1903d6 (diff)
downloadgsoc2013-evolution-0b8a6756acbe25490201ec50441cc82f4f703cb8.tar.gz
gsoc2013-evolution-0b8a6756acbe25490201ec50441cc82f4f703cb8.tar.zst
gsoc2013-evolution-0b8a6756acbe25490201ec50441cc82f4f703cb8.zip
More updates so that Mig can test it - Federico
svn path=/trunk/; revision=91
Diffstat (limited to 'calendar/gncal-day-view.c')
-rw-r--r--calendar/gncal-day-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gncal-day-view.c b/calendar/gncal-day-view.c
index 3726c02274..aae6107b98 100644
--- a/calendar/gncal-day-view.c
+++ b/calendar/gncal-day-view.c
@@ -285,7 +285,7 @@ gncal_day_view_update (GncalDayView *dview)
if (dview->day_str)
g_free (dview->day_str);
- tm = *localtime_r (&dview->lower);
+ tm = *localtime (&dview->lower);
strftime (buf, 256, "%A %d", &tm);
dview->day_str = g_strdup (buf);
d>riggs2018-01-051-1/+1 * Rename devel/oniguruma6 to devel/onigurumariggs2017-11-124-0/+78 * Remove expired ports without open PRs:rene2016-07-056-166/+0 * Deprecate ports broken for more than 6 monthsantoine2016-06-041-0/+2 * Mark a few ports BROKEN: unfetchableantoine2015-11-091-0/+2 * Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-1/+0 * Cleanup plistbapt2014-10-271-2/+0 * Stagify, remove NOPORTDOCS & NOPORTEXAMPLESvanilla2014-07-082-16/+31 * Resetting maintainership on ports that have not been staged and without anybapt2014-07-041-1/+1 * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-10