| 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 |