diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-02-18 12:52:51 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-02-18 12:52:51 +0100 |
commit | c2bb4f98199d9054f82b538ff44f895a8399bb28 (patch) | |
tree | 604832b3cffdf20b13a5b1a09434e9a806cf3674 /src/simple-scan.vala | |
parent | ee6f7618785519daa986955db561166cc58a3633 (diff) | |
parent | efe8a90877a031270375c1f2c0f1823560d85100 (diff) |
Update upstream source from tag 'upstream/3.38.2'
Update to upstream version '3.38.2'
with Debian dir 5d358ce57d6e648c73e62c3d682682995cae0bf7
Diffstat (limited to 'src/simple-scan.vala')
-rw-r--r-- | src/simple-scan.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simple-scan.vala b/src/simple-scan.vala index 3f495e5..84d8a8c 100644 --- a/src/simple-scan.vala +++ b/src/simple-scan.vala @@ -1773,7 +1773,7 @@ public class SimpleScan : Gtk.Application * but will not work on KDE, LXDE, XFCE, ... */ inhibit_cookie = inhibit (app, Gtk.ApplicationInhibitFlags.IDLE, reason); - if (!is_inhibited (Gtk.ApplicationInhibitFlags.IDLE)) + if (inhibit_cookie == 0) { /* If the previous method didn't work, try the one * provided by Freedesktop. It should work with KDE, |