comparison src/aim.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 77ba079b355a
comparison
equal deleted inserted replaced
179:8d8faeab01f6 180:0ff9f19b9b23
445 dologin(signon, NULL); 445 dologin(signon, NULL);
446 } 446 }
447 } 447 }
448 448
449 extern show_debug(GtkObject *); 449 extern show_debug(GtkObject *);
450
450 int main(int argc, char *argv[]) 451 int main(int argc, char *argv[])
451 { 452 {
452 #ifdef USE_APPLET 453 #ifdef USE_APPLET
453 InitAppletMgr( argc, argv ); 454 InitAppletMgr( argc, argv );
454 #elif defined USE_THEMES 455 #elif defined USE_THEMES
458 #endif /* USE_THEMES */ 459 #endif /* USE_THEMES */
459 460
460 461
461 set_defaults(); 462 set_defaults();
462 load_prefs(); 463 load_prefs();
464
465 if (general_options & OPT_GEN_CHECK_VERSIONS)
466 {
467 check_gaim_versions();
468 }
469
463 if (general_options & OPT_GEN_DEBUG) 470 if (general_options & OPT_GEN_DEBUG)
464 show_debug(NULL); 471 show_debug(NULL);
465 472
466 #ifdef USE_APPLET 473 #ifdef USE_APPLET
467 applet_widget_register_callback(APPLET_WIDGET(applet), 474 applet_widget_register_callback(APPLET_WIDGET(applet),