[Pkg-privacy-commits] [libgsecuredelete] 01/25: Fix updating progress when subprocess finished

Intrigeri intrigeri at moszumanska.debian.org
Wed Dec 7 17:10:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libgsecuredelete.

commit cd4c7970c6e65c0e83eec29efee70da734791228
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Tue Jul 12 15:52:23 2016 +0200

    Fix updating progress when subprocess finished
    
    We need to also update the progress when the subprocess exited, in case
    the progress changed since last check.
---
 gsecuredelete/gsd-async-operation.vala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gsecuredelete/gsd-async-operation.vala b/gsecuredelete/gsd-async-operation.vala
index 2b7b98a..1a3bfbe 100644
--- a/gsecuredelete/gsd-async-operation.vala
+++ b/gsecuredelete/gsd-async-operation.vala
@@ -301,6 +301,7 @@ namespace Gsd
       }
       
       if (finished) {
+        this.update_progress ();
         this.finished (success, message);
         
         this.cleanup ();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libgsecuredelete.git



More information about the Pkg-privacy-commits mailing list