diff 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
line wrap: on
line diff
--- a/src/gtkrequest.c	Thu Feb 19 00:00:37 2004 +0000
+++ b/src/gtkrequest.c	Thu Feb 19 07:25:31 2004 +0000
@@ -659,7 +659,9 @@
 	widget = gaim_gtk_account_option_menu_new(
 		gaim_request_field_account_get_default_value(field),
 		gaim_request_field_account_get_show_all(field),
-		G_CALLBACK(field_account_cb), NULL, field);
+		G_CALLBACK(field_account_cb),
+		gaim_request_field_account_get_filter(field),
+		field);
 
 	return widget;
 }