diff options
author | jcid <devnull@localhost> | 2008-05-08 17:03:08 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-08 17:03:08 +0200 |
commit | 7fd7886bb6ccbe525ba7d11acd2ff60807a948d2 (patch) | |
tree | 0ce86641d1b038101bea3cff96379124f96d5ca8 | |
parent | b08d59c20aa1860ceae56e9bcef43ce7ab8e4a29 (diff) |
- Added a comment.
-rw-r--r-- | src/nav.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -265,6 +265,8 @@ void a_Nav_cancel_expect(BrowserWindow *bw) /* * We have an answer! Set things accordingly. + * Beware: this function is much more complex than it looks + * because URLs with repush pass twice through it. */ void a_Nav_expect_done(BrowserWindow *bw) { |