comparison console/gntgaim.c @ 13864:c7d84d4c5afa

[gaim-migrate @ 16328] Change the internals of GntTree. The change was required to accommodate expand/collapsing of the groups. I have added tooltips for Groups as well, which shows the online/total count. Do we like it? I have also added emblems at the beginning of the names of the buddies to indicate their status. Currently I am using ASCII-emblems ('o' for available, '.' for away, 'x' for offline (but I am not showing any offline buddies yet)), but I plan on using some cool unicode-emblems Sean suggested to me. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 24 Jun 2006 10:10:53 +0000
parents d341b5ac1a78
children 5642f4658b59
comparison
equal deleted inserted replaced
13863:cf3eb9f311b2 13864:c7d84d4c5afa
166 166
167 } 167 }
168 168
169 int main(int argc, char **argv) 169 int main(int argc, char **argv)
170 { 170 {
171 /* XXX: Don't puke */
172 freopen("/dev/null", "w", stderr);
173
171 /* Initialize the libgaim stuff */ 174 /* Initialize the libgaim stuff */
172 init_libgaim(); 175 init_libgaim();
173 176
174 /* Enable the accounts and restore the status */ 177 /* Enable the accounts and restore the status */
175 gaim_accounts_restore_current_statuses(); 178 gaim_accounts_restore_current_statuses();