summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-05-01 14:00:47 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-05-01 14:00:47 +0100
commit4d18947adb21aa3e06f2431900111ad17b58d80d (patch)
treedfd8054c3a3ecc754b542a2c5d12b3dcddf49a6f /amiga/theme.c
parent67805f407fed6fbc061f83db7e11ee3474a0a79b (diff)
downloadnetsurf-4d18947adb21aa3e06f2431900111ad17b58d80d.tar.gz
netsurf-4d18947adb21aa3e06f2431900111ad17b58d80d.tar.bz2
Update to new warn_user API
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/amiga/theme.c b/amiga/theme.c
index 399a11663..8076bdf0a 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -140,7 +140,7 @@ void ami_theme_init(void)
if(!lock)
{
- warn_user("ThemeApplyErr",nsoption_charp(theme));
+ amiga_warn_user("ThemeApplyErr",nsoption_charp(theme));
strcpy(themefile,"PROGDIR:Resources/Themes/Default/Theme");
nsoption_set_charp(theme, (char *)strdup("PROGDIR:Resources/Themes/Default"));
}
@@ -447,7 +447,7 @@ void gui_window_stop_throbber(struct gui_window *g)
if(g == g->shared->gw) {
if(ami_gui_get_space_box(g->shared->objects[GID_THROBBER], &bbox) != NSERROR_OK) {
- warn_user("NoMemory", "");
+ amiga_warn_user("NoMemory", "");
return;
}
@@ -479,7 +479,7 @@ static void ami_throbber_update(void *p)
if(g->shared->gw == g) {
if(ami_gui_get_space_box(g->shared->objects[GID_THROBBER], &bbox) != NSERROR_OK) {
- warn_user("NoMemory", "");
+ amiga_warn_user("NoMemory", "");
return;
}
#ifdef __amigaos4__