src/aim.c

changeset 1093
304b52243c12
parent 1088
060902427565
child 1117
fcb6e7efcc0d
equal deleted inserted replaced
1092:9be1c9ea4d2c 1093:304b52243c12
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),

mercurial