comparison src/aim.c @ 2484:a4647b25dbf1

[gaim-migrate @ 2497] yay committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 11 Oct 2001 21:11:22 +0000
parents 7e4757801725
children 1697ecbf1bcc
comparison
equal deleted inserted replaced
2483:e73ca8d8d358 2484:a4647b25dbf1
746 #ifdef GAIM_PLUGINS 746 #ifdef GAIM_PLUGINS
747 applet_widget_register_callback(APPLET_WIDGET(applet), 747 applet_widget_register_callback(APPLET_WIDGET(applet),
748 "plugins", _("Plugins"), GTK_SIGNAL_FUNC(show_plugins), NULL); 748 "plugins", _("Plugins"), GTK_SIGNAL_FUNC(show_plugins), NULL);
749 #endif /* GAIM_PLUGINS */ 749 #endif /* GAIM_PLUGINS */
750 750
751 update_pixmaps();
752
753 if (!opt_acct) 751 if (!opt_acct)
754 auto_login(); 752 auto_login();
755 753
756 applet_widget_gtk_main(); 754 applet_widget_gtk_main();
757 #else 755 #else