comparison src/protocols/msn/msn.c @ 2582:5efa8077107f

[gaim-migrate @ 2595] add committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 23 Oct 2001 04:54:45 +0000
parents 8229710b343b
children a3117e29317d
comparison
equal deleted inserted replaced
2581:3e9906e1e5f6 2582:5efa8077107f
593 if (msn_write(md->fd, buf, strlen(buf)) < 0) { 593 if (msn_write(md->fd, buf, strlen(buf)) < 0) {
594 hide_login_progress(map->gc, "Write error"); 594 hide_login_progress(map->gc, "Write error");
595 signoff(map->gc); 595 signoff(map->gc);
596 return; 596 return;
597 } 597 }
598
599 show_got_added(map->gc, NULL, map->user, map->friend, NULL);
598 } 600 }
599 601
600 static void msn_cancel_add(gpointer w, struct msn_add_permit *map) 602 static void msn_cancel_add(gpointer w, struct msn_add_permit *map)
601 { 603 {
602 g_free(map->user); 604 g_free(map->user);