summaryrefslogtreecommitdiff
path: root/desktop/browser.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-29 22:47:25 +0000
committerVincent Sanders <vince@kyllikki.org>2014-10-29 22:47:25 +0000
commitb1ee46cfb3f9617115e313da500d9b08d01ac345 (patch)
tree3cc7059672a9286d3e24683c7eef1230978c3c7e /desktop/browser.c
parenta221fa721360e4aef1488eddc4891e10c26cb73d (diff)
downloadnetsurf-b1ee46cfb3f9617115e313da500d9b08d01ac345.tar.gz
netsurf-b1ee46cfb3f9617115e313da500d9b08d01ac345.tar.bz2
make adding a history entry return an error code.
This returns the error code to the caller instead of (sometimes) warning the user directly.
Diffstat (limited to 'desktop/browser.c')
-rw-r--r--desktop/browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index a13c2948e..b1c4044c2 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -1332,7 +1332,7 @@ static nserror browser_window_callback(hlcache_handle *c,
/* This is safe as we've just added the URL */
global_history_add(urldb_get_url(url));
}
- /* TODO: Urldb / Thumbnails / Local history brokenness
+ /** \todo Urldb / Thumbnails / Local history brokenness
*
* We add to local history after calling urldb_add_url
* rather than in the block above. If urldb_add_url