[Pkg-privacy-commits] [nautilus-wipe] 110/224: Adapt to recent libgsecuredelete API changes

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 19:45:39 UTC 2016


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

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

commit 84e5a7039546126f4dd807f61e1bccaac9a5ae2c
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Sat Apr 30 04:37:57 2011 +0200

    Adapt to recent libgsecuredelete API changes
---
 nautilus-srm/delete-operation.c | 2 +-
 nautilus-srm/fill-operation.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nautilus-srm/delete-operation.c b/nautilus-srm/delete-operation.c
index 2698396..da58b3c 100644
--- a/nautilus-srm/delete-operation.c
+++ b/nautilus-srm/delete-operation.c
@@ -99,7 +99,7 @@ nautilus_srm_delete_operation (GList                       *files,
     g_signal_connect_after (operation, "finished",
                             G_CALLBACK (g_object_unref), NULL);
     success = gsd_secure_delete_operation_run (GSD_SECURE_DELETE_OPERATION (operation),
-                                               100, error);
+                                               error);
   }
   /* if something failed, abort */
   if (! success) {
diff --git a/nautilus-srm/fill-operation.c b/nautilus-srm/fill-operation.c
index 9b1e451..5cfc4da 100644
--- a/nautilus-srm/fill-operation.c
+++ b/nautilus-srm/fill-operation.c
@@ -189,7 +189,7 @@ do_sfill_operation (struct FillOperationData *opdata,
   g_message ("Starting work on %s", (const gchar *)opdata->dir->data);
   /* FIXME: don't launch sfill in a useful directory since it can leave a bunch
    * of files if it get interrupted (e.g. from a crash, a user kill or so) */
-  return gsd_fill_operation_run (opdata->operation, opdata->dir->data, 100, error);
+  return gsd_fill_operation_run (opdata->operation, opdata->dir->data, error);
 }
 
 /* Removes the current directory to proceed */

-- 
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