summaryrefslogtreecommitdiff
path: root/atari/global_evnt.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-10-03 16:45:54 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-10-03 16:45:54 +0000
commit7dc000e64356c58246d46253d072180bc2845ad7 (patch)
tree95a5ccc3de001ca8226a13ff115973b0ca9c4673 /atari/global_evnt.c
parente52aaecd7a70d02529d5d01f81b37d5be07d7209 (diff)
downloadnetsurf-7dc000e64356c58246d46253d072180bc2845ad7.tar.gz
netsurf-7dc000e64356c58246d46253d072180bc2845ad7.tar.bz2
Fix up for nsurl changes. Untested.
svn path=/trunk/netsurf/; revision=12929
Diffstat (limited to 'atari/global_evnt.c')
-rwxr-xr-xatari/global_evnt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/global_evnt.c b/atari/global_evnt.c
index 7350e232c..e466c2fb4 100755
--- a/atari/global_evnt.c
+++ b/atari/global_evnt.c
@@ -223,7 +223,7 @@ static void __CDECL menu_home(WINDOW *win, int item, int title, void *data)
static void __CDECL menu_lhistory(WINDOW *win, int item, int title, void *data)
{
- LOG(("%s", __FUNCTION__));
+ LOG(("%s", __FUNCTION__));
if( input_window == NULL )
return;
}
@@ -243,7 +243,7 @@ static void __CDECL menu_add_bookmark(WINDOW *win, int item, int title, void *da
if( input_window ) {
if( input_window->browser->bw->current_content != NULL ){
atari_hotlist_add_page(
- content_get_url( input_window->browser->bw->current_content),
+ nsurl_access(content_get_url( input_window->browser->bw->current_content)),
NULL
);
}