--- WindowMaker-0.92.0/src/superfluous.c.x 2006-01-15 14:24:29 +0300 +++ WindowMaker-0.92.0/src/superfluous.c 2006-01-15 14:24:54 +0300 @@ -553,15 +553,16 @@ 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;