diff options
author | Nicolò Chieffo <yelo3@gmail.com> | 2010-08-02 18:40:52 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-02 18:40:52 +0800 |
commit | bf773817f5ea14ac8566171153e2df793aeb03aa (patch) | |
tree | 456af450772f0a2056cf4b8442ac6fad2b046774 /libempathy-gtk/empathy-log-window.c | |
parent | f8f4c3a9dc1e21df9e78dafb259112a9a5ac4b46 (diff) | |
download | gsoc2013-empathy-bf773817f5ea14ac8566171153e2df793aeb03aa.tar gsoc2013-empathy-bf773817f5ea14ac8566171153e2df793aeb03aa.tar.gz gsoc2013-empathy-bf773817f5ea14ac8566171153e2df793aeb03aa.tar.bz2 gsoc2013-empathy-bf773817f5ea14ac8566171153e2df793aeb03aa.tar.lz gsoc2013-empathy-bf773817f5ea14ac8566171153e2df793aeb03aa.tar.xz gsoc2013-empathy-bf773817f5ea14ac8566171153e2df793aeb03aa.tar.zst gsoc2013-empathy-bf773817f5ea14ac8566171153e2df793aeb03aa.zip |
show the date in messages coming from history (#624599)
Diffstat (limited to 'libempathy-gtk/empathy-log-window.c')
-rw-r--r-- | 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 986a3af2c..fcbc6e22a 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -525,7 +525,7 @@ log_manager_searched_new_cb (GObject *manager, } g_date_strftime (date_readable, sizeof (date_readable), - EMPATHY_TIME_FORMAT_DISPLAY_LONG, hit->date); + EMPATHY_DATE_FORMAT_DISPLAY_SHORT, hit->date); g_date_strftime (tmp, sizeof (tmp), "%Y%m%d", hit->date); |