summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
Diffstat (limited to 'atari')
-rw-r--r--atari/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/settings.c b/atari/settings.c
index bea8b49b4..c90bf5f05 100644
--- a/atari/settings.c
+++ b/atari/settings.c
@@ -625,7 +625,7 @@ static void apply_settings( void )
option_memory_cache_size = tmp_option_memory_cache_size * 100000;
/* "Browser" tab: */
- option_target_blank = OBJ_SELECTED(CHOICES_CB_DISABLE_POPUP_WINDOWS);
+ option_target_blank = !OBJ_SELECTED(CHOICES_CB_DISABLE_POPUP_WINDOWS);
option_block_ads = OBJ_SELECTED(CHOICES_CB_HIDE_ADVERTISEMENT);
option_accept_language = ObjcString( dlgtree, CHOICES_BT_SEL_LOCALE, NULL);
option_expire_url = atoi(ObjcString( dlgtree, CHOICES_EDIT_HISTORY_AGE,