summaryrefslogtreecommitdiff
path: root/atari/settings.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-11-18 23:15:48 +0100
committerOle Loots <ole@monochrom.net>2012-11-18 23:15:48 +0100
commite042008f2b7295243d2e6c72f948febe3cad0516 (patch)
tree85ae0f3ade4b8017a137b0df08b78ce29edac4b0 /atari/settings.c
parent47c0ce6f14417da5c169e3a79a4396c7d2d5eea5 (diff)
downloadnetsurf-e042008f2b7295243d2e6c72f948febe3cad0516.tar.gz
netsurf-e042008f2b7295243d2e6c72f948febe3cad0516.tar.bz2
Revert "Refactored menu event handling and got rid of several windom calls."
This reverts commit d1a5c738e62a9f0cb85658b435eefa8749006edc. this change belongs into a new branch
Diffstat (limited to 'atari/settings.c')
-rw-r--r--atari/settings.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/atari/settings.c b/atari/settings.c
index 25e0c0fe1..8143cdcc6 100644
--- a/atari/settings.c
+++ b/atari/settings.c
@@ -31,8 +31,7 @@
#include "desktop/plot_style.h"
#include "atari/res/netsurf.rsh"
#include "atari/settings.h"
-//#include "atari/global_evnt.h"
-#include "atari/deskmenu.h"
+#include "atari/global_evnt.h"
#include "atari/misc.h"
#include "atari/plot/plot.h"
#include "atari/bitmap.h"
@@ -233,7 +232,7 @@ saveform( WINDOW *win, int index, int unused, void *unused2)
close_settings();
ObjcChange( OC_FORM, win, index, NORMAL, TRUE);
form_alert(1, "[1][Some options require an netsurf restart!][OK]");
- deskmenu_update();
+ main_menu_update();
}
static void __CDECL clear_history( WINDOW *win, int index, int unused,