comparison src/prpl.c @ 5271:216e28b00b7f

[gaim-migrate @ 5643] fix buddies getting stuck typing when they sign off, and fix something else I found annoying committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 01 May 2003 15:56:06 +0000
parents 1a53330dfd34
children 1f901484599d
comparison
equal deleted inserted replaced
5270:d1fe8e320dab 5271:216e28b00b7f
83 void do_ask_cancel_by_handle(void *handle) 83 void do_ask_cancel_by_handle(void *handle)
84 { 84 {
85 GSList *d = do_ask_dialogs; 85 GSList *d = do_ask_dialogs;
86 86
87 gaim_debug(GAIM_DEBUG_MISC, "prpl", 87 gaim_debug(GAIM_DEBUG_MISC, "prpl",
88 "%d dialogs to search", g_slist_length(d)); 88 "%d dialogs to search\n", g_slist_length(d));
89 89
90 while (d) { 90 while (d) {
91 struct doaskstruct *doask = d->data; 91 struct doaskstruct *doask = d->data;
92 92
93 d = d->next; 93 d = d->next;