summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 16:24:19 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 16:24:19 +0200
commitb007592cdef959219784aecf3be54c707054982a (patch)
treed1ea0e7c8bf15924f5bf3b2aef30517d822707dd /src
parente6e252e5400432fb071294e2c23ca99fbcf2d7f4 (diff)
Fix DCC accept default value
Diffstat (limited to 'src')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index c5dc3f69..24ad5ba7 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -738,7 +738,7 @@ load_config (void)
 	prefs.hex_input_balloon_time = 20;
 	prefs.hex_input_flash_priv = prefs.hex_input_flash_hilight = 1;
 	prefs.hex_input_tray_priv = prefs.hex_input_tray_hilight = 1;
-	prefs.hex_dcc_auto_recv = 2;	/* browse mode */
+	prefs.hex_dcc_auto_recv = 1;	/* browse mode */
 	prefs.hex_url_grabber = 1;
 	prefs.hex_url_grabber_limit = 100; /* 0 means unlimited */
 	prefs.hex_text_search_follow = 1;