comparison src/protocols/irc/irc.c @ 2725:f3c094e78609

[gaim-migrate @ 2738] this actually doesn't change anything, unless you want to use gtk2. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Nov 2001 22:47:04 +0000
parents 2d544f48146d
children a0fd8f91e294
comparison
equal deleted inserted replaced
2724:7f3f4aa114ad 2725:f3c094e78609
723 if (!strcmp(who, old)) { 723 if (!strcmp(who, old)) {
724 char *tmp = g_strdup(r->data); 724 char *tmp = g_strdup(r->data);
725 rename_chat_buddy(b, tmp, buf); 725 rename_chat_buddy(b, tmp, buf);
726 r = b->in_room; 726 r = b->in_room;
727 g_free(tmp); 727 g_free(tmp);
728 break;; 728 break;
729 } else 729 } else
730 r = r->next; 730 r = r->next;
731 } 731 }
732 bcs = bcs->next; 732 bcs = bcs->next;
733 } 733 }