[Pkg-privacy-commits] [nautilus-wipe] 04/37: Fix object type in operation signal handlers

Intrigeri intrigeri at moszumanska.debian.org
Wed Dec 7 18:46:02 UTC 2016


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

intrigeri pushed a commit to branch master
in repository nautilus-wipe.

commit 6c7fc8fa55727d163ddaaf4bf572d1110284b549
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Wed Jul 13 18:08:34 2016 +0200

    Fix object type in operation signal handlers
    
    This doesn't change anything as the type was mostly compatible and the
    argument even unused, but fix this anyway.
---
 nautilus-wipe/nw-operation-manager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nautilus-wipe/nw-operation-manager.c b/nautilus-wipe/nw-operation-manager.c
index 3d4e7fc..4dcb0ef 100644
--- a/nautilus-wipe/nw-operation-manager.c
+++ b/nautilus-wipe/nw-operation-manager.c
@@ -250,7 +250,7 @@ display_operation_error (struct NwOperationData  *opdata,
 }
 
 static void
-operation_finished_handler (GsdDeleteOperation *operation,
+operation_finished_handler (GsdAsyncOperation  *operation,
                             gboolean            success,
                             const gchar        *error,
                             gpointer            data)
@@ -271,7 +271,7 @@ operation_finished_handler (GsdDeleteOperation *operation,
 }
 
 static void
-operation_progress_handler (GsdDeleteOperation *operation,
+operation_progress_handler (GsdAsyncOperation  *operation,
                             gdouble             fraction,
                             gpointer            data)
 {

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



More information about the Pkg-privacy-commits mailing list