From: Alexander Butenko Date: Fri, 23 Jul 2010 13:50:10 +0000 (-0400) Subject: Duplicate day name for history panel folder names X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78efc08631bec76727f2458e1162229b40ea12d;p=midori Duplicate day name for history panel folder names --- diff --git a/panels/midori-history.c b/panels/midori-history.c index 314280dd..1af95429 100644 --- a/panels/midori-history.c +++ b/panels/midori-history.c @@ -140,7 +140,7 @@ midori_history_format_date (KatzeItem *item) else if (age > 7 || age < 0) { strftime (token, sizeof (token), "%x", localtime ((time_t*)&day)); - sdate = token; + sdate = g_strdup (token); } else if (age > 6) sdate = _("A week ago");