chiark
/
gitweb
/
~ijackson
/
ypp-sc-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf2916
)
do not try to rsync new pixmap if dict-local-only
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 3 Jul 2009 17:08:39 +0000
(18:08 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Fri, 3 Jul 2009 17:08:39 +0000
(18:08 +0100)
pctb/rgbimage.c
patch
|
blob
|
history
diff --git
a/pctb/rgbimage.c
b/pctb/rgbimage.c
index 720e5dce78d398ed7f8fdfc8f1dde353a1532cf4..0e89892306605d0b9f5e14773125197f7445e234 100644
(file)
--- 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++;
}