comparison src/aim.c @ 1093:46ffd2dca607

[gaim-migrate @ 1103] the applet shouldn't be exiting if you close the ae without signing on first committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 14 Nov 2000 05:21:16 +0000
parents 18a14e6dd0af
children f3e0f41beddb
comparison
equal deleted inserted replaced
1092:a930439f29b1 1093:46ffd2dca607
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),