comparison src/buddy.c @ 5055:5b1d70deda02

[gaim-migrate @ 5406] you may now drag groups to your heart's content committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 07 Apr 2003 04:36:59 +0000
parents abc8489b2e8f
children db4280b42f2f
comparison
equal deleted inserted replaced
5054:abc8489b2e8f 5055:5b1d70deda02
496 case GTK_TREE_VIEW_DROP_BEFORE: 496 case GTK_TREE_VIEW_DROP_BEFORE:
497 gaim_blist_add_group(g, node->prev); 497 gaim_blist_add_group(g, node->prev);
498 break; 498 break;
499 } 499 }
500 500
501 } else if(GAIM_BLIST_NODE_IS_BUDDY(node)) {
502 gaim_blist_add_group(g, node->parent);
501 } 503 }
502 504
503 } 505 }
504 506
505 gtk_tree_path_free(path); 507 gtk_tree_path_free(path);