comparison src/buddy.c @ 2641:671c3a6a2c12

[gaim-migrate @ 2654] /* live si siht */ committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 31 Oct 2001 10:35:16 +0000
parents 4d5c2c913750
children b0c5770156e1
comparison
equal deleted inserted replaced
2640:cbc5c3861f77 2641:671c3a6a2c12
989 connections = g_slist_insert(connections, gc, pos); 989 connections = g_slist_insert(connections, gc, pos);
990 else 990 else
991 connections = g_slist_prepend(connections, gc); 991 connections = g_slist_prepend(connections, gc);
992 } else 992 } else
993 connections = g_slist_append(connections, gc); 993 connections = g_slist_append(connections, gc);
994 redo_convo_menus(); /* this is evil */
994 } else if (*ctype == EDIT_BUDDY) { 995 } else if (*ctype == EDIT_BUDDY) {
995 /* we moved a buddy. hopefully we just changed groups or positions or something. 996 /* we moved a buddy. hopefully we just changed groups or positions or something.
996 * if we changed connections, we copy the buddy to the new connection. if the new 997 * if we changed connections, we copy the buddy to the new connection. if the new
997 * connection already had the buddy in its buddy list but in a different group, 998 * connection already had the buddy in its buddy list but in a different group,
998 * we change the group that the buddy is in */ 999 * we change the group that the buddy is in */