diff 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
line wrap: on
line diff
--- a/src/buddy.c	Mon Apr 07 03:59:02 2003 +0000
+++ b/src/buddy.c	Mon Apr 07 04:36:59 2003 +0000
@@ -498,6 +498,8 @@
 						break;
 					}
 
+				} else if(GAIM_BLIST_NODE_IS_BUDDY(node)) {
+					gaim_blist_add_group(g, node->parent);
 				}
 
 			}