comparison src/buddy_chat.c @ 1358:3c87aa8efdc9

[gaim-migrate @ 1368] typo committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 22 Dec 2000 04:52:32 +0000
parents c22d04db51be
children 638af9a58e39
comparison
equal deleted inserted replaced
1357:783ba886b6b6 1358:3c87aa8efdc9
136 break; 136 break;
137 gc = NULL; 137 gc = NULL;
138 c = c->next; 138 c = c->next;
139 } 139 }
140 if (gc == NULL) { 140 if (gc == NULL) {
141 do_error_dialog("You are not currently signed on with any protocols the have " 141 do_error_dialog("You are not currently signed on with any protocols that have "
142 "the ability to chat.", "Unable to chat"); 142 "the ability to chat.", "Unable to chat");
143 return; 143 return;
144 } 144 }
145 145
146 if (!joinchat) { 146 if (!joinchat) {