Update statusbar when flow list is cleared.

This commit is contained in:
Aldo Cortesi 2015-03-30 10:34:02 +13:00
parent 8f5cf833d0
commit a32698fc04

View File

@ -598,6 +598,7 @@ class ConsoleMaster(flow.FlowMaster):
def sync_list_view(self):
self.flow_list_walker._modified()
signals.update_settings.send(self)
def clear_flows(self):
self.state.clear()