comparison mcabber/src/screen.c @ 652:b243d3b3ff1b

We do not need buddy_isresource() anymore
author Mikael Berthe <mikael@lilotux.net>
date Sat, 07 Jan 2006 10:56:46 +0100
parents 9516db839e08
children d7fe7b88e4fc
comparison
equal deleted inserted replaced
651:936df057dda0 652:b243d3b3ff1b
784 else 784 else
785 wattrset(rosterWnd, COLOR_PAIR(COLOR_BD_DES)); 785 wattrset(rosterWnd, COLOR_PAIR(COLOR_BD_DES));
786 } 786 }
787 787
788 if (ismuc) { 788 if (ismuc) {
789 if (buddy_isresource(BUDDATA(buddy))) 789 if (buddy_getinsideroom(BUDDATA(buddy)))
790 status = 'C'; 790 status = 'C';
791 else 791 else
792 status = 'x'; 792 status = 'x';
793 } 793 }
794 794