diff console/gntconv.c @ 13931:917a71dd02eb

[gaim-migrate @ 16458] Add text-attributes for rows in a GntTree. Use this feature to dim idle buddies in the buddylist. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 08 Jul 2006 07:13:29 +0000
parents 9309d27d780c
children 82684a39f1ec
line wrap: on
line diff
--- a/console/gntconv.c	Sat Jul 08 02:11:11 2006 +0000
+++ b/console/gntconv.c	Sat Jul 08 07:13:29 2006 +0000
@@ -146,7 +146,7 @@
 {
 	GGConv *ggconv = g_hash_table_lookup(ggconvs, conv);
 	char *strip;
-	GntTextViewFlags fl = 0;
+	GntTextFormatFlags fl = 0;
 
 	g_return_if_fail(ggconv != NULL);