| 598 NULL); |
598 NULL); |
| 599 applet_widget_register_callback(APPLET_WIDGET(applet), |
599 applet_widget_register_callback(APPLET_WIDGET(applet), |
| 600 "accounts", |
600 "accounts", |
| 601 _("Accounts"), |
601 _("Accounts"), |
| 602 (AppletCallbackFunc)account_editor, |
602 (AppletCallbackFunc)account_editor, |
| 603 NULL); |
603 (void *)1); |
| 604 #ifdef GAIM_PLUGINS |
604 #ifdef GAIM_PLUGINS |
| 605 applet_widget_register_callback(APPLET_WIDGET(applet), |
605 applet_widget_register_callback(APPLET_WIDGET(applet), |
| 606 "plugins", |
606 "plugins", |
| 607 _("Plugins"), |
607 _("Plugins"), |
| 608 GTK_SIGNAL_FUNC(show_plugins), |
608 GTK_SIGNAL_FUNC(show_plugins), |