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

Replace global variable update_roster with scr_update_roster()
author franky
date Tue, 01 Nov 2016 18:00:39 +0100
parents ece02eb9c81d
children ffd0e57e9563
comparison
equal deleted inserted replaced
2291:0d350e979bde 2292:f181418db215
561 if (sigwinch) { 561 if (sigwinch) {
562 sigwinch_resize(); 562 sigwinch_resize();
563 sigwinch = FALSE; 563 sigwinch = FALSE;
564 } 564 }
565 #endif 565 #endif
566 if (update_roster) 566 scr_draw_roster();
567 scr_draw_roster();
568 scr_do_update(); 567 scr_do_update();
569 } 568 }
570 569
571 g_source_destroy(mc_source); 570 g_source_destroy(mc_source);
572 g_source_unref(mc_source); 571 g_source_unref(mc_source);