Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37541878
en ru br
Репозитории ALT
S:0.96.0-alt1
5.1: 0.92.0-alt6
4.1: 0.92.0-alt2
4.0: 0.92.0-alt2
3.0: 0.91.0-alt1
+backports:0.92.0-alt0.M30.1
www.altlinux.org/Changes

Группа :: Графические оболочки/Window Maker
Пакет: WindowMaker

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

Патч: WindowMaker-0.92.0-alt-xthing.patch
Скачать


 src/superfluous.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/superfluous.c b/src/superfluous.c
index d3fde5a..8699d81 100644
--- a/src/superfluous.c
+++ b/src/superfluous.c
@@ -552,15 +552,16 @@ InitXThing(WScreen *scr)
     struct tm *l;
     static int i = 0;
 
-    if (i)
-        return True;
-
     t = time(NULL);
     l = localtime(&t);
     if ((l->tm_mon!=11||l->tm_mday<24||l->tm_mday>26)) {
         return False;
     }
 
+    if (i)
+        return True;
+
+
     if (!loadData(scr))
         return False;
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin