Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37749744
en ru br
ALT Linux repos
S:0.11.1-alt1
5.0: 0.6.2-alt1
4.1: 0.6.2-alt1.M41.1
4.0: 0.5.99.1-alt1
3.0: 0.4.9-alt1

Group :: Graphical desktop/XFce
RPM: xfce4-weather-plugin

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xfce4-weather-plugin-0.11.1-alt1.patch
Download


 panel-plugin/weather.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index 919064e..b47d374 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -1746,14 +1746,14 @@ weather_get_tooltip_text(const plugin_data *data)
         }
         else if (data->current_astro->sun_never_rises){
             sunset = format_date(data->current_astro->sunset,
-                                 "%H:%M:%S", FALSE);
+                                 "%H:%M:%S", TRUE);
             sunval =
                 g_strdup_printf(_("The sun never rises and sets at %s."),
                                  sunset);
         }
         else if (data->current_astro->sun_never_sets){
             sunrise = format_date(data->current_astro->sunrise,
-                                 "%H:%M:%S", FALSE);
+                                 "%H:%M:%S", TRUE);
             sunval =
                 g_strdup_printf(_("The sun rises at %s and never sets."),
                                  sunrise);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin