comparison mcabber/src/roster.c @ 520:c60175268eb5

Remove old comment
author Mikael Berthe <mikael@lilotux.net>
date Mon, 14 Nov 2005 22:15:25 +0100
parents 6c3cd3aa4a91
children 2ac8d8e49e81
comparison
equal deleted inserted replaced
519:5c338d31de56 520:c60175268eb5
663 if (roster_alternate_buddy) 663 if (roster_alternate_buddy)
664 alternate_buddy = g_list_find(buddylist, roster_alternate_buddy); 664 alternate_buddy = g_list_find(buddylist, roster_alternate_buddy);
665 // current_buddy initialization 665 // current_buddy initialization
666 if (!current_buddy || (g_list_position(buddylist, current_buddy) == -1)) 666 if (!current_buddy || (g_list_position(buddylist, current_buddy) == -1))
667 current_buddy = g_list_first(buddylist); 667 current_buddy = g_list_first(buddylist);
668 // XXX Maybe we should set update_roster to TRUE there?
669 } 668 }
670 669
671 // buddy_hide_group(roster, hide) 670 // buddy_hide_group(roster, hide)
672 // "hide" values: 1=hide 0=show_all -1=invert 671 // "hide" values: 1=hide 0=show_all -1=invert
673 void buddy_hide_group(gpointer rosterdata, int hide) 672 void buddy_hide_group(gpointer rosterdata, int hide)