summaryrefslogtreecommitdiff
path: root/riscos/toolbar.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-11-23 15:30:26 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-11-23 15:30:26 +0000
commiteea34922668e8dd5830d6633766aefc3f6e8b5a4 (patch)
tree15ed09a6f47c4f1cfc21d69a320057e03083f9dd /riscos/toolbar.c
parentf66ddd5ec01ef995fcb42c7914ad9c5a8686890c (diff)
downloadnetsurf-eea34922668e8dd5830d6633766aefc3f6e8b5a4.tar.gz
netsurf-eea34922668e8dd5830d6633766aefc3f6e8b5a4.tar.bz2
Update hotlist indicator when current page is added to hotlist.
Diffstat (limited to 'riscos/toolbar.c')
-rw-r--r--riscos/toolbar.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/riscos/toolbar.c b/riscos/toolbar.c
index d56c6fad2..4da4db478 100644
--- a/riscos/toolbar.c
+++ b/riscos/toolbar.c
@@ -1620,6 +1620,15 @@ const char *ro_toolbar_get_url(struct toolbar *toolbar)
/* This is an exported interface documented in toolbar.h */
+void ro_toolbar_hotlist_modifed(struct toolbar *toolbar, nsurl *url)
+{
+ if (toolbar != NULL && toolbar->url != NULL)
+ ro_gui_url_bar_hotlist_modifed(toolbar->url, url);
+}
+
+
+/* This is an exported interface documented in toolbar.h */
+
bool ro_toolbar_get_url_field_extent(struct toolbar *toolbar, os_box *extent)
{
if (toolbar == NULL || toolbar->url == NULL)