From 3029409b892b829d63105c12940fc1bf07c85da4 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Fri, 6 Nov 2015 15:43:11 +0100 Subject: [PATCH] Properly emit writeStarted in RemovableDriveOutputDevice Contributes to CURA-319 --- .../RemovableDriveOutputDevice/RemovableDriveOutputDevice.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py b/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py index 0eb6ed3066..89e4f6ff81 100644 --- a/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py +++ b/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py @@ -52,6 +52,8 @@ class RemovableDriveOutputDevice(OutputDevice): message = Message(catalog.i18nc("@info:progress", "Saving to Removable Drive {0}").format(self.getName()), 0, False, -1) message.show() + self.writeStarted.emit(self) + job._message = message job.start() except PermissionError as e: