diff 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
line wrap: on
line diff
--- a/console/gntgaim.c	Sat Jun 24 22:52:59 2006 +0000
+++ b/console/gntgaim.c	Sun Jun 25 03:15:41 2006 +0000
@@ -169,7 +169,7 @@
 int main(int argc, char **argv)
 {
 	/* XXX: Don't puke */
-	freopen("/dev/null", "w", stderr);
+	freopen(".error", "w", stderr);
 
 	/* Initialize the libgaim stuff */
 	init_libgaim();