comparison libgaim/protocols/oscar/oscar.h @ 14921:57dcc53e77a4

[gaim-migrate @ 17693] Make sure we send the "starting to edit your buddylist" snac. I thought this would make it so we wouldn't need to re-request authorization when moving someone between groups, but it doesn't. I don't know what the deal is with that. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 07 Nov 2006 07:04:41 +0000
parents f1e353fa21de
children f3573d941d66
comparison
equal deleted inserted replaced
14920:478e64cf96fe 14921:57dcc53e77a4
488 struct aim_ssi_item *official; 488 struct aim_ssi_item *official;
489 struct aim_ssi_item *local; 489 struct aim_ssi_item *local;
490 struct aim_ssi_tmp *pending; 490 struct aim_ssi_tmp *pending;
491 time_t timestamp; 491 time_t timestamp;
492 gboolean waiting_for_ack; 492 gboolean waiting_for_ack;
493 gboolean in_transaction;
493 } ssi; 494 } ssi;
494 495
495 /* TODO: Implement this as a HashTable for HUGE speed improvement! */ 496 /* TODO: Implement this as a HashTable for HUGE speed improvement! */
496 GSList *handlerlist; 497 GSList *handlerlist;
497 498