comparison 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
comparison
equal deleted inserted replaced
4769:e0afac5f85bd 4770:c4c28874ecd3
158 }; 158 };
159 #endif 159 #endif
160 160
161 /* Globals in core.c */ 161 /* Globals in core.c */
162 extern GSList *uis; 162 extern GSList *uis;
163 extern GSList *groups;
164 extern int gaim_session; 163 extern int gaim_session;
165 164
166 /* Globals in plugins.c */ 165 /* Globals in plugins.c */
167 extern GList *plugins; 166 extern GList *plugins;
168 extern GList *probed_plugins; 167 extern GList *probed_plugins;