summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-09-29 01:54:11 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-09-29 01:54:11 +0200
commitce75a6034f808841a249352f362676ce2c6270cb (patch)
treee0ab84497b8755e07ad44db01e2061d4fafef457 /src/common
parentdd7a82e3b2379bf18efee58683be94b213bd76df (diff)
Limit the number of URLs to keep and add GUI options for it
Diffstat (limited to 'src/common')
-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 158bc3f7..e696729e 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -744,7 +744,7 @@ load_config (void)
 	prefs.input_tray_priv = prefs.input_tray_hilight = 1;
 	prefs.autodccsend = 2;	/* browse mode */
 	prefs.url_grabber = 1;
-	prefs.url_grabber_limit = 0; /* 0 means unlimited for backcompat */
+	prefs.url_grabber_limit = 50; /* 0 means unlimited */
 	prefs.text_search_follow = 1;
 #ifdef WIN32
 	prefs.identd = 1;