summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-11-27 20:09:10 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-11-27 20:09:10 +0000
commit24486e342a206e05d49180daed8ca84f579214c4 (patch)
tree9dc4b8ec663197a078f6a65fc8f73d88d69f5536 /atari
parentd169eefe5963b27a6e64fdfcfa34f59e22a27342 (diff)
downloadnetsurf-24486e342a206e05d49180daed8ca84f579214c4.tar.gz
netsurf-24486e342a206e05d49180daed8ca84f579214c4.tar.bz2
Update frontends for r13185. Enabled new functionality, where it is not logical it
can be switched off. svn path=/trunk/netsurf/; revision=13186
Diffstat (limited to 'atari')
-rwxr-xr-xatari/hotlist.c2
1 files changed, 1 insertions, 1 deletions
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: