Mercurial > pidgin
comparison console/gntui.c @ 13885:582aaa4e287e
[gaim-migrate @ 16365]
Add ui for conversation. It 'works', but it's broken. So don't use it just yet.
I probably will not be able to touch it in the next couple of days. So feel
free to fix the brokenness :)
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 28 Jun 2006 05:52:23 +0000 |
parents | eac18261c6f0 |
children | 7d3256b253ec |
comparison
equal
deleted
inserted
replaced
13884:eac18261c6f0 | 13885:582aaa4e287e |
---|---|
11 /* Initialize the buddy list */ | 11 /* Initialize the buddy list */ |
12 gg_blist_init(); | 12 gg_blist_init(); |
13 gaim_blist_set_ui_ops(gg_blist_get_ui_ops()); | 13 gaim_blist_set_ui_ops(gg_blist_get_ui_ops()); |
14 | 14 |
15 /* Now the conversations */ | 15 /* Now the conversations */ |
16 gg_conversation_init(); | |
17 gaim_conversations_set_ui_ops(gg_conv_get_ui_ops()); | |
16 | 18 |
17 gnt_main(); | 19 gnt_main(); |
18 } | 20 } |
19 | 21 |