| 277:7fa07ef25fed | 278:4365a163c987 |
|---|---|
| 488 set_defaults(); | 488 set_defaults(); |
| 489 load_prefs(); | 489 load_prefs(); |
| 490 | 490 |
| 491 if (general_options & OPT_GEN_CHECK_VERSIONS) | 491 if (general_options & OPT_GEN_CHECK_VERSIONS) |
| 492 { | 492 { |
| 493 /* FIXME: | |
| 494 Thread this code later | |
| 495 check_gaim_versions(); | 493 check_gaim_versions(); |
| 496 */ | |
| 497 } | 494 } |
| 498 | 495 |
| 499 if (general_options & OPT_GEN_DEBUG) | 496 if (general_options & OPT_GEN_DEBUG) |
| 500 show_debug(NULL); | 497 show_debug(NULL); |
| 501 | 498 |