aboutsummaryrefslogtreecommitdiff
path: root/src/service.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-10-03 16:16:24 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-10-03 16:16:24 -0500
commitd9deaaaeb8c09db33539b498effe88b549d15b0f (patch)
tree29f151cc339fbef7f0b89491a07875bf58cda6c1 /src/service.c
parent8b4e75ea9ce0a1f8c8be445dbde7de78a62b3caa (diff)
downloadayatana-indicator-datetime-d9deaaaeb8c09db33539b498effe88b549d15b0f.tar.gz
ayatana-indicator-datetime-d9deaaaeb8c09db33539b498effe88b549d15b0f.tar.bz2
ayatana-indicator-datetime-d9deaaaeb8c09db33539b498effe88b549d15b0f.zip
phone: show appointments at 1AM as '1 AM', clock times as '1:00 AM'
Diffstat (limited to 'src/service.c')
-rw-r--r--src/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.c b/src/service.c
index 2528f41..ee00723 100644
--- a/src/service.c
+++ b/src/service.c
@@ -498,7 +498,7 @@ create_phone_header_state (IndicatorDatetimeService * self)
/* label */
now = indicator_datetime_service_get_localtime (self);
- fmt = get_terse_time_format_string (now);
+ fmt = get_terse_header_time_format_string ();
label = g_date_time_format (now, fmt);
/* icon */