From af9867c8df6665561c3f0755e437bedad9625dc3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 7 Aug 2018 16:31:40 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index afd139c..47225fd 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -1156,7 +1156,7 @@ public class Strip : GLib.Object { // completed this folder - if (opt_stamp) { + if (StripApplication.opt_stamp) { GLib.FileUtils.set_contents (basepath + subpath + ".strip-done-stamp", "Stripper done"); } -- 2.39.2