comparison src/gaim.h @ 5422:af62169c74fd

[gaim-migrate @ 5801] Not to be too LSchieresque, but: <SeanEgan> Which should I do? Finish writing sorting code or commit sorting code? <Robot101> the latter, then the former. This is my incomplete buddy list sorting code. Sorting methods are modular, a plugin can add its own if it wanted to. Included are four sorting methods: None - this will be perceived as no sorting. It sorts the list in the order specified in blist.xml Alphabetical - duh. By status - this isn't really written yet, but I'm going to fix it right now. This will sort using idle time, away status, and online status when it's written By log file size - this puts the people you talk to the most at the top of your list. Pretty keen, eh? Of course this is replete with Sean Egan Hacks (TM). Now I'm going to go eat some weird "golden crunch" cereal from nestle. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 18 May 2003 03:41:31 +0000
parents d635e8fe2fba
children ad445074d239
comparison
equal deleted inserted replaced
5421:7955274fa92b 5422:af62169c74fd
324 extern GSList *gaim_accounts; 324 extern GSList *gaim_accounts;
325 extern GSList *message_queue; 325 extern GSList *message_queue;
326 extern GSList *unread_message_queue; 326 extern GSList *unread_message_queue;
327 extern GSList *away_time_queue; 327 extern GSList *away_time_queue;
328 extern char web_command[2048]; 328 extern char web_command[2048];
329 extern char sort_method[64];
329 extern struct save_pos blist_pos; 330 extern struct save_pos blist_pos;
330 extern struct window_size conv_size, buddy_chat_size; 331 extern struct window_size conv_size, buddy_chat_size;
331 332
332 /* Functions in main.c */ 333 /* Functions in main.c */
333 extern void do_quit(); 334 extern void do_quit();