diff options
author | jcid <devnull@localhost> | 2008-05-08 16:56:41 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-08 16:56:41 +0200 |
commit | b08d59c20aa1860ceae56e9bcef43ce7ab8e4a29 (patch) | |
tree | 30ed9dc956623cd25acb4beffc3517278dc0ccf6 /src/bw.h | |
parent | 10d2bbaef69d24d1b2c156b64268fc3866f9b0ce (diff) |
- Fixed handling of #anchors with repush.
Diffstat (limited to 'src/bw.h')
-rw-r--r-- | src/bw.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ struct _BrowserWindow * nav_expect_url holds it until the first answer-bytes are got. Only then * it is sent to history and referenced at the top of nav_stack */ DilloUrl *nav_expect_url; - /* 'nav_expecting' is true if the last URL is being loaded for - * the first time and has not gotten the dw yet. */ + /* 'nav_expecting' is true while dillo waits for non-cached URL data, + * until a dw is assigned to it. */ bool_t nav_expecting; /* Counter for the number of hops on a redirection. Used to stop |