diff console/libgnt/gntbox.h @ 13896:a621329e8c85

[gaim-migrate @ 16381] Changes in GntTextView. Things go somewhat 'smooth' when run inside valgrind. Otherwise, it's kind of flaky. I don't mind a single bit if someone gave me a hint :) committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 01 Jul 2006 00:56:05 +0000
parents 0d0ab1e39d0a
children cc60d0861337
line wrap: on
line diff
--- a/console/libgnt/gntbox.h	Fri Jun 30 16:23:56 2006 +0000
+++ b/console/libgnt/gntbox.h	Sat Jul 01 00:56:05 2006 +0000
@@ -22,7 +22,7 @@
 	gboolean homogeneous;
 	GList *list;		/* List of widgets */
 
-	GList *active;
+	GntWidget *active;
 	int pad;			/* Number of spaces to use between widgets */
 
 	char *title;