diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-10 13:05:55 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-10 13:05:55 -0300 |
commit | fbb35a54cb645fe377a8518880c9f49e6f7b5d58 (patch) | |
tree | efcefb3b9920ee872faca2213aa83a340555a183 /changes/bug-5404_pastebin-dialog-blocks-app | |
parent | c3a21a28ba3b3a8200959ec67b0447c982448941 (diff) |
Use non blocking dialog for Pastebin result
With this change we no longer need to call the dialog with reactor.callLater.
Also removed useless failure.trap
Closes #5404.
Diffstat (limited to 'changes/bug-5404_pastebin-dialog-blocks-app')
-rw-r--r-- | changes/bug-5404_pastebin-dialog-blocks-app | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-5404_pastebin-dialog-blocks-app b/changes/bug-5404_pastebin-dialog-blocks-app new file mode 100644 index 00000000..384a6f63 --- /dev/null +++ b/changes/bug-5404_pastebin-dialog-blocks-app @@ -0,0 +1 @@ +- Use non blocking dialog so the Pastebin result does not block the app. Closes #5404. |