diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-26 13:26:03 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-26 13:26:03 -0500 |
commit | 18012d5e396e87d1c0c5534c35c5d0de82c2f7aa (patch) | |
tree | b683918b59569f2441d2922bc8e96759faaab407 /src/datetime-prefs-locations.c | |
parent | 2c8cf9196bea17d20b9afd680f679eb285c5dc81 (diff) | |
download | ayatana-indicator-datetime-18012d5e396e87d1c0c5534c35c5d0de82c2f7aa.tar.gz ayatana-indicator-datetime-18012d5e396e87d1c0c5534c35c5d0de82c2f7aa.tar.bz2 ayatana-indicator-datetime-18012d5e396e87d1c0c5534c35c5d0de82c2f7aa.zip |
add 'terse' time formats for phone menu to match the spec.
Diffstat (limited to 'src/datetime-prefs-locations.c')
-rw-r--r-- | src/datetime-prefs-locations.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime-prefs-locations.c b/src/datetime-prefs-locations.c index 4bbf053..bc044a2 100644 --- a/src/datetime-prefs-locations.c +++ b/src/datetime-prefs-locations.c @@ -428,7 +428,7 @@ update_times (GtkWidget * dlg) if (strzone && *strzone) { GTimeZone * tz = g_time_zone_new (strzone); GDateTime * now_tz = g_date_time_to_timezone (now, tz); - gchar * format = generate_format_string_at_time (now, now_tz); + gchar * format = generate_full_format_string_at_time (now, now_tz); gchar * time_str = g_date_time_format (now_tz, format); gchar * old_time_str; |