comparison src/gtkrequest.c @ 8289:e39ea2b4f6cd

[gaim-migrate @ 9013] - Moved GaimCheckAccountFunc into account.h, and renamed it to GaimFilterAccountFunc. - Added filter functions to the account field in the gaim_request_fields API. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 19 Feb 2004 07:25:31 +0000
parents 89d9d004e3f3
children d5e59ea083be
comparison
equal deleted inserted replaced
8288:dde73afb3283 8289:e39ea2b4f6cd
657 GtkWidget *widget; 657 GtkWidget *widget;
658 658
659 widget = gaim_gtk_account_option_menu_new( 659 widget = gaim_gtk_account_option_menu_new(
660 gaim_request_field_account_get_default_value(field), 660 gaim_request_field_account_get_default_value(field),
661 gaim_request_field_account_get_show_all(field), 661 gaim_request_field_account_get_show_all(field),
662 G_CALLBACK(field_account_cb), NULL, field); 662 G_CALLBACK(field_account_cb),
663 gaim_request_field_account_get_filter(field),
664 field);
663 665
664 return widget; 666 return widget;
665 } 667 }
666 668
667 static void 669 static void