Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37563306
en ru br
Репозитории ALT
S:0.11.1-alt1
5.1: 0.7.2-alt0.M51.1
4.1: 0.6.2-alt1.M41.1
4.0: 0.5.99.1-alt1
3.0: 0.4.9-alt1
www.altlinux.org/Changes

Группа :: Графические оболочки/XFce
Пакет: xfce4-weather-plugin

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: xfce4-weather-plugin-0.11.1-alt1.patch
Скачать


 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);
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin