summaryrefslogtreecommitdiff
path: root/src/PixbufCache.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-10-03 15:22:07 +0200
committerJörg Frings-Fürst <debian@jff.email>2019-10-03 15:22:07 +0200
commitde88de73ad9d13cc2a54668aa4bc6523c196ffa9 (patch)
treee46fa083635b12388acefc2950ebccb54f4c5253 /src/PixbufCache.vala
parentb57c8088c3dad237b04bb792c6dade9c470ce9fd (diff)
New upstream version 0.30.7upstream/0.30.7
Diffstat (limited to 'src/PixbufCache.vala')
-rw-r--r--src/PixbufCache.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PixbufCache.vala b/src/PixbufCache.vala
index 6ab4426..6ff740e 100644
--- a/src/PixbufCache.vala
+++ b/src/PixbufCache.vala
@@ -25,7 +25,7 @@ public class PixbufCache : Object {
public Gdk.Pixbuf pixbuf = null;
public Error err = null;
- public FetchJob(PixbufCache owner, BackgroundJob.JobPriority priority, Photo photo,
+ protected FetchJob(PixbufCache owner, BackgroundJob.JobPriority priority, Photo photo,
Scaling scaling, CompletionCallback callback) {
base(owner, callback, new Cancellable(), null, new Semaphore());