Marked flows not deleted on clear all

Marked flows survive a clear all unless all current flows are marked.

Bug: They don't show up until another flow is added
This commit is contained in:
Jake Drahos
2015-06-11 11:40:03 -05:00
parent 8b998cfbea
commit e53a2426c1
2 changed files with 11 additions and 4 deletions

View File

@@ -181,10 +181,6 @@ class ConnectionItem(urwid.WidgetWrap):
elif key == "m":
self.flow.toggle_mark()
signals.flowlist_change.send(self)
if self.flow.marked:
signals.status_message.send(message="Flow is now marked")
else:
signals.status_message.send(message="Flow is now not marked")
elif key == "r":
r = self.master.replay_request(self.flow)
if r: