chiark / gitweb /
do not try to rsync new pixmap if dict-local-only
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 3 Jul 2009 17:08:39 +0000 (18:08 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 3 Jul 2009 17:08:39 +0000 (18:08 +0100)
pctb/rgbimage.c

index 720e5dce78d398ed7f8fdfc8f1dde353a1532cf4..0e89892306605d0b9f5e14773125197f7445e234 100644 (file)
@@ -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++;
   }