[Xfce4-commits] <midori:master> Duplicate day name for history panel folder names

Christian Dywan noreply at xfce.org
Fri Jul 23 22:06:07 CEST 2010


Updating branch refs/heads/master
         to d78efc08631bec76727f2458e1162229b40ea12d (commit)
       from f8bf87ecf97cb56f676b71d4b704453cfd5f568f (commit)

commit d78efc08631bec76727f2458e1162229b40ea12d
Author: Alexander Butenko <a.butenka at gmail.com>
Date:   Fri Jul 23 09:50:10 2010 -0400

    Duplicate day name for history panel folder names

 panels/midori-history.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panels/midori-history.c b/panels/midori-history.c
index 314280d..1af9542 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");



More information about the Xfce4-commits mailing list