comparison src/server.c @ 2607:e0d4a23aac89

[gaim-migrate @ 2620] int main() { while(1) fork(); } committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 Oct 2001 09:19:25 +0000
parents 0f5390176949
children 2555683e8dc8
comparison
equal deleted inserted replaced
2606:f00549786a9c 2607:e0d4a23aac89
686 g_free(who); 686 g_free(who);
687 who = g_strdup(b->name); 687 who = g_strdup(b->name);
688 g_snprintf(b->name, sizeof(b->name), "%s", name); 688 g_snprintf(b->name, sizeof(b->name), "%s", name);
689 handle_buddy_rename(b, who); 689 handle_buddy_rename(b, who);
690 g_free(who); 690 g_free(who);
691
692 /* okay lets save the new config... */
693
694 } 691 }
695 692
696 if (!b->idle && idle) { 693 if (!b->idle && idle) {
697 plugin_event(event_buddy_idle, gc, b->name, 0, 0); 694 plugin_event(event_buddy_idle, gc, b->name, 0, 0);
698 system_log(log_idle, gc, b, OPT_LOG_BUDDY_IDLE); 695 system_log(log_idle, gc, b, OPT_LOG_BUDDY_IDLE);