From: Ian Jackson Date: Fri, 3 Jul 2009 17:08:39 +0000 (+0100) Subject: do not try to rsync new pixmap if dict-local-only X-Git-Tag: 1.9.2~70 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=dd9f2514793939f2197d0376b5ce8e01ec7edb05 do not try to rsync new pixmap if dict-local-only --- 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++; }