mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[iframes] difference in cache_id
This commit is contained in:
parent
fbfcc63e53
commit
36199d65d2
@ -191,7 +191,7 @@ render:
|
||||
document->iframeset_desc->iframe_desc[yy].box.y += doc_view->document->height;
|
||||
document->iframeset_desc->iframe_desc[yy].nlink += doc_view->document->nlinks;
|
||||
}
|
||||
} else if (iframe_desc->cache_id < cached->cache_id) {
|
||||
} else if (iframe_desc->cache_id != cached->cache_id) {
|
||||
remove_document_from_document(document, doc_view->document, iframe_desc->box.y);
|
||||
|
||||
int yy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user