# HG changeset patch
# User Rob Flynn <gaim@robflynn.com>
# Date 959814502 0
# Node ID d9894fee20fe57e33496dbb783d549b41c2f2e2e
# Parent  101b3b4609d12fedd938d8ef97843f0d4207f009
[gaim-migrate @ 304]
We dont need gaim to automatically check for new versions by default :)

committer: Tailor Script <tailor@pidgin.im>

diff -r 101b3b4609d1 -r d9894fee20fe src/gaimrc.c
--- a/src/gaimrc.c	Wed May 31 22:48:49 2000 +0000
+++ b/src/gaimrc.c	Wed May 31 23:08:22 2000 +0000
@@ -533,8 +533,7 @@
                 OPT_GEN_ENTER_SENDS |
                 OPT_GEN_SAVED_WINDOWS |
                 OPT_GEN_REMEMBER_PASS |
-		OPT_GEN_REGISTERED | 
-		OPT_GEN_CHECK_VERSIONS;
+		OPT_GEN_REGISTERED; 
         display_options =
                 OPT_DISP_SHOW_IDLETIME |
                 OPT_DISP_SHOW_TIME |