From b1ee46cfb3f9617115e313da500d9b08d01ac345 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 29 Oct 2014 22:47:25 +0000 Subject: make adding a history entry return an error code. This returns the error code to the caller instead of (sometimes) warning the user directly. --- desktop/browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/browser.c') 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 -- cgit v1.2.3