Mercurial > pidgin.yaz
view console/gntui.c @ 19738:bc30c6270d9f
[gaim-migrate @ 16473]
add the Framework of SOAP request
Now can retrieve the Contact via SOAP Request.
so many bug still exist!
commited by MaYuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
author | Ma Yuan <mayuan2006@gmail.com> |
---|---|
date | Sun, 09 Jul 2006 16:48:25 +0000 |
parents | 0e1e59770cb0 |
children | d341b5ac1a78 |
line wrap: on
line source
#include "gntui.h" void init_gnt_ui() { gnt_init(); wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL)); werase(stdscr); /*box(stdscr, ACS_VLINE, ACS_HLINE);*/ wrefresh(stdscr); /* Initialize the buddy list */ gg_blist_init(); gaim_blist_set_ui_ops(gg_get_blist_ui_ops()); gnt_main(); }