1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2025-12-19 04:20:17 +01:00

corrected a bug which prevents operation if no %q is found in configuration.

This commit is contained in:
mfrasca
2006-10-16 08:21:50 +00:00
parent 0231db643d
commit 092c3a4def

View File

@@ -144,6 +144,7 @@ def checkForEvents():
def mainLoop(timeFmt, dateFmt, dayFmt, weekFmt):
recalcWeek = weekFmt.find('%q') + 1 # True if we found %q.
newWeekFmt = weekFmt
counter = -1
lastStrs = [''] * 4
while 1: