comparison console/gntgaim.c @ 13869:5642f4658b59

[gaim-migrate @ 16335] A bunch of stuff that doesn't really do much. I am trying to get the "expose" thingy going where a widget will redraw some of its parts when some other widget covering it is destroyed. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 25 Jun 2006 03:15:41 +0000
parents c7d84d4c5afa
children a621329e8c85
comparison
equal deleted inserted replaced
13868:b355f7ed1814 13869:5642f4658b59
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 */ 171 /* XXX: Don't puke */
172 freopen("/dev/null", "w", stderr); 172 freopen(".error", "w", stderr);
173 173
174 /* Initialize the libgaim stuff */ 174 /* Initialize the libgaim stuff */
175 init_libgaim(); 175 init_libgaim();
176 176
177 /* Enable the accounts and restore the status */ 177 /* Enable the accounts and restore the status */