From 24486e342a206e05d49180daed8ca84f579214c4 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 27 Nov 2011 20:09:10 +0000 Subject: Update frontends for r13185. Enabled new functionality, where it is not logical it can be switched off. svn path=/trunk/netsurf/; revision=13186 --- atari/hotlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/hotlist.c') diff --git a/atari/hotlist.c b/atari/hotlist.c index 2d2e1cf19..067d9c123 100755 --- a/atari/hotlist.c +++ b/atari/hotlist.c @@ -49,7 +49,7 @@ static void evnt_hl_toolbar( WINDOW *win, short buff[8]) { /* handle toolbar object (index in buff[4] ) */ switch( buff[4] ) { case TOOLBAR_HOTLIST_CREATE_FOLDER: - hotlist_add_folder(); + hotlist_add_folder(true); break; case TOOLBAR_HOTLIST_ADD: -- cgit v1.2.3