comparison src/protocols/novell/novell.c @ 11256:bb0d7b719af2

[gaim-migrate @ 13430] I give you regex filtering in the debug window. We keep a buffer of all the text, so when unpausing all the messages that were output when paused will be displayed, as well as when you change the filter. This _should_ be alright on systems that don't have regex.h but I haven't gotten anyone to test it recently, if it's busted, just #ifdef HAVE_REGEX_H it. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 13 Aug 2005 22:09:34 +0000
parents df67c09ade6e
children 90be432e8385
comparison
equal deleted inserted replaced
11255:1b1d63602d77 11256:bb0d7b719af2
3555 static void 3555 static void
3556 init_plugin(GaimPlugin * plugin) 3556 init_plugin(GaimPlugin * plugin)
3557 { 3557 {
3558 GaimAccountOption *option; 3558 GaimAccountOption *option;
3559 3559
3560 gaim_debug_register_category("novell");
3561
3562 option = gaim_account_option_string_new(_("Server address"), "server", NULL); 3560 option = gaim_account_option_string_new(_("Server address"), "server", NULL);
3563 prpl_info.protocol_options = 3561 prpl_info.protocol_options =
3564 g_list_append(prpl_info.protocol_options, option); 3562 g_list_append(prpl_info.protocol_options, option);
3565 3563
3566 option = gaim_account_option_int_new(_("Server port"), "port", DEFAULT_PORT); 3564 option = gaim_account_option_int_new(_("Server port"), "port", DEFAULT_PORT);