diff console/libgnt/test/focus.c @ 13943:25be562aaca8

[gaim-migrate @ 16480] New widget GntLine to use as a separator. A partial dialog for add-account callback. Updating the dialog as a result of selection-change in the prpl dropdown is way ickier than I had expected it to be. It 'works' now, but quite a bit quirky. I will try to smooth things up later, perhaps next week. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 10 Jul 2006 23:55:24 +0000
parents cc60d0861337
children 8b2306c64efa
line wrap: on
line diff
--- a/console/libgnt/test/focus.c	Mon Jul 10 18:08:11 2006 +0000
+++ b/console/libgnt/test/focus.c	Mon Jul 10 23:55:24 2006 +0000
@@ -20,6 +20,7 @@
 
 int main()
 {
+	freopen(".error", "w", stderr);
 	gnt_init();
 
 	GntWidget *label = gnt_label_new("So wassup dudes and dudettes!!\nSo this is, like,\nthe third line!! \\o/");
@@ -30,7 +31,7 @@
 	wrefresh(stdscr);
 
 	vbox = gnt_box_new(FALSE, FALSE);
-	hbox = gnt_box_new(TRUE, TRUE);
+	hbox = gnt_box_new(FALSE, TRUE);
 
 	gnt_widget_set_name(vbox, "vbox");
 	gnt_widget_set_name(hbox, "hbox");