[gnome-panel] Display sunrise/sunset times in local time not UTC



commit be59b44d0fd3dc93e1b240b18a0706aa6e0cc19f
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon May 20 10:24:02 2013 -0400

    Display sunrise/sunset times in local time not UTC
    
    Thanks Jethro Beekman for the report and the fix
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695814

 applets/clock/clock-location-tile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/applets/clock/clock-location-tile.c b/applets/clock/clock-location-tile.c
index 2134486..c52df71 100644
--- a/applets/clock/clock-location-tile.c
+++ b/applets/clock/clock-location-tile.c
@@ -632,7 +632,7 @@ weather_info_setup_tooltip (GWeatherInfo *info, ClockLocation *location, GtkTool
        else
                line3 = g_strdup ("");
 
-       timezone = clock_location_get_timezone (location);
+       timezone = clock_location_get_tzname (location);
        if (gweather_info_get_value_sunrise (info, &sunrise_time))
                sunrise_str = convert_time_to_str (sunrise_time, clock_format, timezone);
        else


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]