console: convert add_event to a signal.

This commit is contained in:
Aldo Cortesi
2015-06-02 12:09:07 +12:00
parent 776f0a9669
commit 57a61ae8fd
7 changed files with 36 additions and 30 deletions

View File

@@ -285,7 +285,6 @@ def copy_flow(part, scope, flow, master, state):
return
try:
master.add_event(str(len(data)))
pyperclip.copy(data)
except (RuntimeError, UnicodeDecodeError, AttributeError):
def save(k):