Fix the fix. (we used a different name for this struct member than on other platforms) :p

svn path=/trunk/netsurf/; revision=13770
This commit is contained in:
François Revel 2012-03-29 00:05:54 +00:00
parent cbd3c31120
commit 5a42a7a791

View File

@ -333,7 +333,7 @@ colour gui_system_colour_char(const char *name)
for (ccount = 0; ccount < colour_list_len; ccount++) {
if (strcmp(name, colour_list[ccount].name) == 0) {
ret = colour_list[ccount].colour;
ret = colour_list[ccount].css_colour;
break;
}
}