comparison src/connection.c @ 8697:725413cc9fb9

[gaim-migrate @ 9450] WYSIWYG info editing from Jon Oberheide We need separate gc flags for conversation HTML and user info HTML, or something. It seems like there should be a better way to do that... Hint hint wink wink nudge nudge I kick your foot, under the table You kick me back, I can't say I'm able To stand for you, or fall for you Ever again I wish for, a perfect setting Wishing that I'm letting you take me Where you want me, all over again committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 18 Apr 2004 06:22:42 +0000
parents 7dcd6f26e4a7
children db1dc2d02020
comparison
equal deleted inserted replaced
8696:aebfa2b6af6b 8697:725413cc9fb9
192 192
193 gaim_debug(GAIM_DEBUG_INFO, "connection", "Requesting password\n"); 193 gaim_debug(GAIM_DEBUG_INFO, "connection", "Requesting password\n");
194 gaim_connection_destroy(gc); 194 gaim_connection_destroy(gc);
195 escaped = g_markup_escape_text(username, strlen(username)); 195 escaped = g_markup_escape_text(username, strlen(username));
196 primary = g_strdup_printf(_("Enter password for %s"), escaped); 196 primary = g_strdup_printf(_("Enter password for %s"), escaped);
197 gaim_request_input(gc, NULL, primary, NULL, NULL, FALSE, TRUE, 197 gaim_request_input(gc, NULL, primary, NULL, NULL, FALSE, TRUE, NULL,
198 _("OK"), G_CALLBACK(request_pass_ok_cb), 198 _("OK"), G_CALLBACK(request_pass_ok_cb),
199 _("Cancel"), NULL, account); 199 _("Cancel"), NULL, account);
200 g_free(primary); 200 g_free(primary);
201 g_free(escaped); 201 g_free(escaped);
202 202