comparison src/protocols/yahoo/yahoo.c @ 6035:8c44020a958e

[gaim-migrate @ 6485] gaim_request_input() now takes a masked bool, which, if enabled, masks the text on the entry field so that it cannot be seen. Good for password input requests, and what do you know, that's why this is written! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 05 Jul 2003 21:54:19 +0000
parents 3014de25a8a4
children 8642749e55ca
comparison
equal deleted inserted replaced
6034:5a0060191a77 6035:8c44020a958e
1176 } 1176 }
1177 1177
1178 static void yahoo_show_act_id(GaimConnection *gc) 1178 static void yahoo_show_act_id(GaimConnection *gc)
1179 { 1179 {
1180 gaim_request_input(gc, NULL, _("Active which ID?"), NULL, 1180 gaim_request_input(gc, NULL, _("Active which ID?"), NULL,
1181 gaim_connection_get_display_name(gc), FALSE, 1181 gaim_connection_get_display_name(gc), FALSE, FALSE,
1182 _("OK"), G_CALLBACK(yahoo_act_id), 1182 _("OK"), G_CALLBACK(yahoo_act_id),
1183 _("Cancel"), NULL, gc); 1183 _("Cancel"), NULL, gc);
1184 } 1184 }
1185 1185
1186 static GList *yahoo_actions(GaimConnection *gc) { 1186 static GList *yahoo_actions(GaimConnection *gc) {