Mercurial > pidgin.yaz
comparison src/aim.c @ 992:09dd5725945c
[gaim-migrate @ 1002]
what a stupid bug this turned out to be. thanks to ari pollak for pointing out my stupidity
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 13 Oct 2000 21:36:46 +0000 |
parents | 3dbc2cd326e2 |
children | fc1ca0d9c878 |
comparison
equal
deleted
inserted
replaced
991:3dbc2cd326e2 | 992:09dd5725945c |
---|---|
472 #ifdef USE_PERL | 472 #ifdef USE_PERL |
473 perl_init(); | 473 perl_init(); |
474 perl_autoload(); | 474 perl_autoload(); |
475 #endif | 475 #endif |
476 | 476 |
477 static_proto_init(); | |
478 auto_login(); | |
479 | |
477 #ifdef USE_APPLET | 480 #ifdef USE_APPLET |
478 applet_widget_register_callback(APPLET_WIDGET(applet), | 481 applet_widget_register_callback(APPLET_WIDGET(applet), |
479 "prefs", | 482 "prefs", |
480 _("Preferences"), | 483 _("Preferences"), |
481 show_prefs, | 484 show_prefs, |
495 | 498 |
496 update_pixmaps(); | 499 update_pixmaps(); |
497 | 500 |
498 applet_widget_gtk_main(); | 501 applet_widget_gtk_main(); |
499 #else | 502 #else |
500 | |
501 | |
502 static_proto_init(); | |
503 | 503 |
504 show_login(); | 504 show_login(); |
505 auto_login(); | |
506 gtk_main(); | 505 gtk_main(); |
507 | 506 |
508 #endif /* USE_APPLET */ | 507 #endif /* USE_APPLET */ |
509 gdk_threads_leave(); | 508 gdk_threads_leave(); |
510 | 509 |