From dd9f2514793939f2197d0376b5ce8e01ec7edb05 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 3 Jul 2009 18:08:39 +0100 Subject: [PATCH] do not try to rsync new pixmap if dict-local-only --- pctb/rgbimage.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pctb/rgbimage.c b/pctb/rgbimage.c index 720e5dc..0e89892 100644 --- a/pctb/rgbimage.c +++ b/pctb/rgbimage.c @@ -146,7 +146,8 @@ void identify_rgbimage(const RgbImage *base, Rect portion, static int synced; if (!synced) { - fetch_with_rsync("pixmap"); + if (o_flags & ff_dict_fetch) + fetch_with_rsync("pixmap"); synced++; } -- 2.30.2