fix statusbar initialization

This commit is contained in:
Maximilian Hils 2015-02-05 14:15:26 +01:00
parent b7ae4b0a4c
commit 965cfffa5e

View File

@ -423,6 +423,8 @@ class ConsoleMaster(flow.FlowMaster):
self.eventlog = options.eventlog
self.eventlist = urwid.SimpleListWalker([])
self.statusbar = None
if options.client_replay:
self.client_playback_path(options.client_replay)