From 0a7ce3007f93f4a2f4be79a262cc0796eb0fada2 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 3 Jun 2012 18:02:11 +0000 Subject: Reset stop button when url changes. svn path=/trunk/netsurf/; revision=13939 --- atari/toolbar.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'atari/toolbar.c') diff --git a/atari/toolbar.c b/atari/toolbar.c index d3d13436a..521f96c2f 100755 --- a/atari/toolbar.c +++ b/atari/toolbar.c @@ -170,10 +170,6 @@ void toolbar_init( void ) } n = (sizeof( toolbar_styles ) / sizeof( struct s_toolbar_style )); - printf("toolbar styles: %d\n", n ); - - - for( i=0; iroot->toolbar, 0,0,work.g_w,work.g_h ); + tb_txt_request_redraw( gw->root->toolbar, 0,0,work.g_w,work.g_h ); + tb_update_buttons( gw, TOOLBAR_BT_STOP ); return; } -- cgit v1.2.3