From fbb35a54cb645fe377a8518880c9f49e6f7b5d58 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 10 Apr 2014 13:05:55 -0300 Subject: 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. --- changes/bug-5404_pastebin-dialog-blocks-app | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-5404_pastebin-dialog-blocks-app (limited to 'changes/bug-5404_pastebin-dialog-blocks-app') 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. -- cgit v1.2.3