summaryrefslogtreecommitdiff
path: root/atari/settings.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-12-18 16:46:36 +0000
committerOle Loots <ole@monochrom.net>2011-12-18 16:46:36 +0000
commit307e90d5e581d7c2f4198b14ad61f9556901f2ae (patch)
treedddf4b934fc4245a7014c7dbc065c9c9fc285ecc /atari/settings.c
parent877988a7ef9235d894a6f4ff2f032b7e2f207f72 (diff)
downloadnetsurf-307e90d5e581d7c2f4198b14ad61f9556901f2ae.tar.gz
netsurf-307e90d5e581d7c2f4198b14ad61f9556901f2ae.tar.bz2
Fix assignment of option_target_blank
svn path=/trunk/netsurf/; revision=13294
Diffstat (limited to 'atari/settings.c')
-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,