console/gntui.c@94caf5dc02b4
console/gntui.c
Fri, 23 Jun 2006 09:38:48 +0000
- author
- Sadrul Habib Chowdhury <sadrul@pidgin.im>
- date
- Fri, 23 Jun 2006 09:38:48 +0000
- changeset 13919
- 94caf5dc02b4
- parent 13852
-
1d3ae9f34d42
- child 13946
-
c895c1eeb4d7
- permissions
- -rw-r--r--
[gaim-migrate @ 16316]
Minor tweaks to the buddy-list. The list now updates if some account gets disconnected due to a connection error.
#include "gntui.h"
void init_gnt_ui()
{
gnt_init();
wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL));
werase(stdscr);
wrefresh(stdscr);
/* Initialize the buddy list */
gg_blist_init();
gaim_blist_set_ui_ops(gg_blist_get_ui_ops());
gnt_main();
}