summaryrefslogtreecommitdiff
path: root/desktop/browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.c')
-rw-r--r--desktop/browser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index fb924e2df..10ad64ac2 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -388,7 +388,8 @@ void browser_window_stop(struct browser_window *bw)
if (bw->current_content &&
bw->current_content->status != CONTENT_STATUS_DONE) {
assert(bw->current_content->status == CONTENT_STATUS_READY);
- /** \todo implement content_stop */
+ content_stop(bw->current_content,
+ browser_window_callback, bw, 0);
}
browser_window_stop_throbber(bw);