From 5e9f4eea451a77ba3b93db3747841ed2bd969e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 14:09:20 +0200 Subject: New upstream version 0.30.1 --- plugins/common/RESTSupport.vala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/common/RESTSupport.vala') diff --git a/plugins/common/RESTSupport.vala b/plugins/common/RESTSupport.vala index d92c264..482fd2c 100644 --- a/plugins/common/RESTSupport.vala +++ b/plugins/common/RESTSupport.vala @@ -190,6 +190,9 @@ public class Transaction { private void on_wrote_body_data(Soup.Buffer written_data) { bytes_written += (int) written_data.length; + while (Gtk.events_pending()) { + Gtk.main_iteration(); + } chunk_transmitted(bytes_written, (int) message.request_body.length); } -- cgit v1.2.3