aboutsummaryrefslogtreecommitdiff
path: root/src/service.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-10-03 21:50:28 +0000
committerTarmac <Unknown>2013-10-03 21:50:28 +0000
commit14a60879be70cc0779ef278e14b49565fce3d482 (patch)
tree29f151cc339fbef7f0b89491a07875bf58cda6c1 /src/service.c
parent8b4e75ea9ce0a1f8c8be445dbde7de78a62b3caa (diff)
parentd9deaaaeb8c09db33539b498effe88b549d15b0f (diff)
downloadayatana-indicator-datetime-14a60879be70cc0779ef278e14b49565fce3d482.tar.gz
ayatana-indicator-datetime-14a60879be70cc0779ef278e14b49565fce3d482.tar.bz2
ayatana-indicator-datetime-14a60879be70cc0779ef278e14b49565fce3d482.zip
on the phone, show appointments at 1AM as '1 AM', clock times as '1:00 AM'. Fixes: https://bugs.launchpad.net/bugs/1220297.
Approved by PS Jenkins bot, Ted Gould.
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 */