Mercurial > pidgin
diff src/prefs.c @ 296:a88b889b692b
[gaim-migrate @ 306]
0.9.17, here we come
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 01 Jun 2000 00:24:34 +0000 |
| parents | 5b28ef2b550e |
| children | f5b199e20d12 |
line wrap: on
line diff
--- a/src/prefs.c Thu Jun 01 00:16:33 2000 +0000 +++ b/src/prefs.c Thu Jun 01 00:24:34 2000 +0000 @@ -404,7 +404,7 @@ gaim_button("Show Lag-O-Meter", &general_options, OPT_GEN_SHOW_LAGMETER, genbox); gaim_button("Save some window size/positions", &general_options, OPT_GEN_SAVED_WINDOWS, genbox); gaim_button("Ignore new conversations when away", &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox); - gaim_button("Automagically check for new releases", &general_options, OPT_GEN_CHECK_VERSIONS, genbox); +/* gaim_button("Automagically check for new releases", &general_options, OPT_GEN_CHECK_VERSIONS, genbox); */ gaim_button("Automagically highlight misspelled words", &general_options, OPT_GEN_CHECK_SPELLING, genbox); if (!dw && (general_options & OPT_GEN_DEBUG)) general_options = general_options ^ OPT_GEN_DEBUG;
