From 76665e888620497456c60cf53872022912be24a1 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 30 Mar 2009 18:04:30 +0000 Subject: Update to use browser_window_refresh_url_bar() svn path=/trunk/netsurf/; revision=7000 --- amiga/gui.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/amiga/gui.c b/amiga/gui.c index 4b5ec62f7..3e977ee57 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -1369,13 +1369,11 @@ void ami_switch_tab(struct gui_window_2 *gwin,bool redraw) browser_window_update(gwin->bw); -// if((gwin->bw->window->scrollx) || (gwin->bw->window->scrolly)) -// { - gui_window_set_scroll(gwin->bw->window,gwin->bw->window->scrollx,gwin->bw->window->scrolly); -// } + gui_window_set_scroll(gwin->bw->window,gwin->bw->window->scrollx,gwin->bw->window->scrolly); if(gwin->bw->current_content) - gui_window_set_url(gwin->bw->window,gwin->bw->current_content->url); + browser_window_refresh_url_bar(gwin->bw,gwin->bw->current_content->url, + gwin->bw->frag_id); } } -- cgit v1.2.3