summaryrefslogtreecommitdiff
path: root/atari/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/hotlist.c')
-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: