Mercurial > pidgin
comparison src/prefs.c @ 180:0ff9f19b9b23
[gaim-migrate @ 190]
Option to automatically check for new versions
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Wed, 26 Apr 2000 07:39:17 +0000 |
parents | c99d0b82c8a8 |
children | 610b7ffc4821 |
comparison
equal
deleted
inserted
replaced
179:8d8faeab01f6 | 180:0ff9f19b9b23 |
---|---|
382 gaim_button("Raise windows when message recieved", &general_options, OPT_GEN_POPUP_WINDOWS, genbox); | 382 gaim_button("Raise windows when message recieved", &general_options, OPT_GEN_POPUP_WINDOWS, genbox); |
383 gaim_button("Send URLs as links", &general_options, OPT_GEN_SEND_LINKS, genbox); | 383 gaim_button("Send URLs as links", &general_options, OPT_GEN_SEND_LINKS, genbox); |
384 gaim_button("Show Lag-O-Meter", &general_options, OPT_GEN_SHOW_LAGMETER, genbox); | 384 gaim_button("Show Lag-O-Meter", &general_options, OPT_GEN_SHOW_LAGMETER, genbox); |
385 gaim_button("Save some window size/positions", &general_options, OPT_GEN_SAVED_WINDOWS, genbox); | 385 gaim_button("Save some window size/positions", &general_options, OPT_GEN_SAVED_WINDOWS, genbox); |
386 gaim_button("Ignore new conversations when away", &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox); | 386 gaim_button("Ignore new conversations when away", &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox); |
387 gaim_button("Automagically check for new releases", &general_options, OPT_GEN_CHECK_VERSIONS, genbox); | |
387 if (!dw && (general_options & OPT_GEN_DEBUG)) | 388 if (!dw && (general_options & OPT_GEN_DEBUG)) |
388 general_options = general_options ^ OPT_GEN_DEBUG; | 389 general_options = general_options ^ OPT_GEN_DEBUG; |
389 debugbutton = gaim_button("Enable debug mode", &general_options, OPT_GEN_DEBUG, genbox); | 390 debugbutton = gaim_button("Enable debug mode", &general_options, OPT_GEN_DEBUG, genbox); |
390 | 391 |
391 | 392 |