comparison src/gtkrequest.c @ 10871:6240d7fd5b2c

[gaim-migrate @ 12558] Make a bunch of stuff static and rename set_gaim_user_dir to gaim_util_set_user_dir committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 25 Apr 2005 04:22:29 +0000
parents 2ab4b5acc8d1
children aa1df43e474c
comparison
equal deleted inserted replaced
10870:b75ce371c812 10871:6240d7fd5b2c
644 644
645 gtk_widget_set_sensitive(req_data->ok_button, 645 gtk_widget_set_sensitive(req_data->ok_button,
646 gaim_request_fields_all_required_filled(field->group->fields_list)); 646 gaim_request_fields_all_required_filled(field->group->fields_list));
647 } 647 }
648 648
649 GList * 649 static GList *
650 get_online_names(void) 650 get_online_names(void)
651 { 651 {
652 GList *names = NULL; 652 GList *names = NULL;
653 GaimBlistNode *gnode, *cnode, *bnode; 653 GaimBlistNode *gnode, *cnode, *bnode;
654 654