comparison mcabber/mcabber/roster.c @ 2292:f181418db215

Replace global variable update_roster with scr_update_roster()
author franky
date Tue, 01 Nov 2016 18:00:39 +0100
parents 0d350e979bde
children 038b864b44c6
comparison
equal deleted inserted replaced
2291:0d350e979bde 2292:f181418db215
926 } else if (hide == 0) { // FALSE (don't hide -- andfo_) 926 } else if (hide == 0) { // FALSE (don't hide -- andfo_)
927 display_filter = DFILTER_ALL; 927 display_filter = DFILTER_ALL;
928 } else { // TRUE (hide -- andfo) 928 } else { // TRUE (hide -- andfo)
929 display_filter = DFILTER_ONLINE; 929 display_filter = DFILTER_ONLINE;
930 } 930 }
931 buddylist_defer_build();
931 } 932 }
932 933
933 int buddylist_isset_filter(void) 934 int buddylist_isset_filter(void)
934 { 935 {
935 return (display_filter != DFILTER_ALL); 936 return (display_filter != DFILTER_ALL);