From 917a602dce32286260a34d61b7c0db4bee502ec0 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 6 Jan 2017 23:56:52 +0000 Subject: Conversion of Amiga hotlist manager to corewindow --- frontends/amiga/arexx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/amiga/arexx.c') diff --git a/frontends/amiga/arexx.c b/frontends/amiga/arexx.c index b9702287b..63e418a69 100644 --- a/frontends/amiga/arexx.c +++ b/frontends/amiga/arexx.c @@ -665,9 +665,9 @@ RXHOOKF(rx_hotlist) cmd->ac_RC = 0; if(strcasecmp((char *)cmd->ac_ArgList[0], "OPEN") == 0) { - ami_tree_open(hotlist_window, AMI_TREE_HOTLIST); + ami_hotlist_present(); } else if(strcasecmp((char *)cmd->ac_ArgList[0], "CLOSE") == 0) { - ami_tree_close(hotlist_window); + ami_hotlist_close(); } } -- cgit v1.2.3