diff src/core.h @ 4770:c4c28874ecd3

[gaim-migrate @ 5088] I want to go to sleep. This is drag-n-drop moving of buddies in the list. I think it works, but I didn't actually test it... I really should have though; I can't imagine it working fine as-is. ;) I'm holding off on the rest of my Edit Buddy List stuff for tomorrow... I love last minute things, don't I? Note: I created gaim_blist_members and gaim_blist_groups to reproduce the effects of the old groups GSList and the members GSList of the group struct that I removed. This is really sub-optimal and should be replaced to iterate the Buddy List directly. If someone wants to do that, please do. Even if you don't want to do that, just review the changes I made and make sure I didn't do anything stupid. It is past 6am and I'm a bit tired and prone to mistake making. Thanks. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 14 Mar 2003 11:38:21 +0000
parents c15e0699acae
children cb700c07ee07
line wrap: on
line diff
--- a/src/core.h	Fri Mar 14 08:27:13 2003 +0000
+++ b/src/core.h	Fri Mar 14 11:38:21 2003 +0000
@@ -160,7 +160,6 @@
 
 /* Globals in core.c */
 extern GSList *uis;
-extern GSList *groups;
 extern int gaim_session;
 
 /* Globals in plugins.c */