Mercurial > pidgin
view console/gntui.c @ 13868:b355f7ed1814
[gaim-migrate @ 16334]
This should cause the logging DBUS registration to actually work.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sat, 24 Jun 2006 22:52:59 +0000 |
parents | d341b5ac1a78 |
children | eac18261c6f0 |
line wrap: on
line source
#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(); }