diff options
-rw-r--r-- | ivybanner | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -771,7 +771,7 @@ sub readlog { $l->configure(-text => "loading..."); $l->update; - %apps = undef; + %apps = (); open(FILE, $file) or warn "cannot read file '$file'\n"; $tlog->configure(-state => 'normal'); $tlog->update; |