Bugfix: check next_time values for nil, rather than the objects
commitde01c1e092c9feed80cbd17d88282b07f5788c18
authorDave O'Neill <dmo@dmo.ca>
Thu, 13 Sep 2007 04:12:39 +0000 (13 00:12 -0400)
committerBart Trojanowski <bart@jukie.net>
Thu, 13 Sep 2007 13:17:07 +0000 (13 09:17 -0400)
treeaa130a10b546ac5c66cc4e9ea78f7fe925ad4d28
parentf89cbc30e5a965351429c83ebf00a9c5db622822
Bugfix: check next_time values for nil, rather than the objects

self.next_time is frequently nil, so we die in the comparison, trying to
compare nil with something.

Signed-off-by: Bart Trojanowski <bart@jukie.net>
wmii.lua