summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-04-10 13:05:55 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-04-10 13:05:55 -0300
commitfbb35a54cb645fe377a8518880c9f49e6f7b5d58 (patch)
treeefcefb3b9920ee872faca2213aa83a340555a183 /changes
parentc3a21a28ba3b3a8200959ec67b0447c982448941 (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')
-rw-r--r--changes/bug-5404_pastebin-dialog-blocks-app1
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.