summaryrefslogtreecommitdiff
path: root/amiga/download.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 14:06:12 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 14:06:12 +0000
commite75cdeeefd501bf10bed2cc8df9efae2431824ec (patch)
treea8d14b05f322b33f1635b5703d478579b16d67f7 /amiga/download.c
parent1deb36759bfaa70cf930ac8017aad49a990f06d4 (diff)
downloadnetsurf-e75cdeeefd501bf10bed2cc8df9efae2431824ec.tar.gz
netsurf-e75cdeeefd501bf10bed2cc8df9efae2431824ec.tar.bz2
Don't make the app id a global var
Diffstat (limited to 'amiga/download.c')
-rw-r--r--amiga/download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/download.c b/amiga/download.c
index d7a5056bf..fd45a87b9 100644
--- a/amiga/download.c
+++ b/amiga/download.c
@@ -241,7 +241,7 @@ static void gui_download_window_done(struct gui_download_window *dw)
if((nsoption_bool(download_notify)) && (dw->result == AMINS_DLOAD_OK))
{
- Notify(ami_appid, APPNOTIFY_Title, messages_get("amiDownloadComplete"),
+ Notify(ami_gui_get_app_id(), APPNOTIFY_Title, messages_get("amiDownloadComplete"),
APPNOTIFY_PubScreenName, "FRONT",
APPNOTIFY_BackMsg, dw->fname,
APPNOTIFY_CloseOnDC, TRUE,