diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-30 21:36:32 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-07-30 21:36:32 +0000 |
commit | 809982d3f185c6e5480805be6e38538a3a066c63 (patch) | |
tree | 038f8062b150cd5e916fa03162c778344758ec1c /src/datetime-prefs-locations.c | |
parent | fe279460c083468059d7a6e46a4b033ad668c8d3 (diff) | |
parent | a60f5e911160d1f0b15e40a1eefe429b5fe973f9 (diff) | |
download | ayatana-indicator-datetime-809982d3f185c6e5480805be6e38538a3a066c63.tar.gz ayatana-indicator-datetime-809982d3f185c6e5480805be6e38538a3a066c63.tar.bz2 ayatana-indicator-datetime-809982d3f185c6e5480805be6e38538a3a066c63.zip |
add a phone menu as described at https://wiki.ubuntu.com/TimeAndDate#Indicator.
Approved by Ted Gould, PS Jenkins bot.
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; |