comparison console/libgnt/gntstyle.c @ 14299:ea5193c23171

[gaim-migrate @ 16989] Now the customcolors should work. Apparently I didn't include it in last commit. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 23 Aug 2006 01:35:44 +0000
parents a0b1ab181316
children a766441af5ea
comparison
equal deleted inserted replaced
14298:6e2e9e84b99d 14299:ea5193c23171
139 struct 139 struct
140 { 140 {
141 const char *style; 141 const char *style;
142 GntStyle en; 142 GntStyle en;
143 } styles[] = {{"shadow", GNT_STYLE_SHADOW}, 143 } styles[] = {{"shadow", GNT_STYLE_SHADOW},
144 {"customcolor", GNT_STYLE_COLOR},
144 {NULL, 0}}; 145 {NULL, 0}};
145 146
146 if (error) 147 if (error)
147 { 148 {
148 g_printerr("GntStyle: %s\n", error->message); 149 g_printerr("GntStyle: %s\n", error->message);