summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/gui.c')
-rw-r--r--frontends/amiga/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 5e5efd52d..4b6daa778 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -2763,7 +2763,8 @@ static void ami_handle_applib(void)
struct ApplicationCustomMsg *applibcustmsg =
(struct ApplicationCustomMsg *)applibmsg;
LOG("Ringhio BackMsg received: %s", applibcustmsg->customMsg);
- OpenWorkbenchObjectA(applibcustmsg->customMsg, NULL);
+
+ ami_download_parse_backmsg(applibcustmsg->customMsg);
}
break;
}