aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorNicolò Chieffo <yelo3@gmail.com>2010-08-02 18:40:52 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-02 18:40:52 +0800
commitbf773817f5ea14ac8566171153e2df793aeb03aa (patch)
tree456af450772f0a2056cf4b8442ac6fad2b046774 /libempathy
parentf8f4c3a9dc1e21df9e78dafb259112a9a5ac4b46 (diff)
downloadgsoc2013-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')
-rw-r--r--libempathy/empathy-time.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-time.h b/libempathy/empathy-time.h
index 224b25cbf..9a14b257c 100644
--- a/libempathy/empathy-time.h
+++ b/libempathy/empathy-time.h
@@ -31,7 +31,8 @@
G_BEGIN_DECLS
#define EMPATHY_TIME_FORMAT_DISPLAY_SHORT "%H:%M"
-#define EMPATHY_TIME_FORMAT_DISPLAY_LONG "%a %d %b %Y"
+#define EMPATHY_DATE_FORMAT_DISPLAY_SHORT "%a %d %b %Y"
+#define EMPATHY_TIME_DATE_FORMAT_DISPLAY_SHORT "%c"
time_t empathy_time_get_current (void);
time_t empathy_time_get_local_time (struct tm *tm);