Mercurial > pidgin
comparison src/gtkhtml.c @ 632:21c63b26c604
[gaim-migrate @ 642]
whoops, i goofed.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 07 Aug 2000 06:38:22 +0000 |
parents | ce8d8608d05b |
children | 2ad1a8234ef1 |
comparison
equal
deleted
inserted
replaced
631:d96b511972fe | 632:21c63b26c604 |
---|---|
3426 { | 3426 { |
3427 | 3427 |
3428 /* | 3428 /* |
3429 * Ditch trailing \" | 3429 * Ditch trailing \" |
3430 */ | 3430 */ |
3431 current = push_state(current); | |
3431 tag[strlen(tag) - 1] = 0; | 3432 tag[strlen(tag) - 1] = 0; |
3432 if (sscanf(tag + strlen("BODY BGCOLOR=\"#"), "%x", &colorv) | 3433 if (sscanf(tag + strlen("BODY BGCOLOR=\"#"), "%x", &colorv) |
3433 && !(options & HTML_OPTION_NO_COLOURS)) | 3434 && !(options & HTML_OPTION_NO_COLOURS)) |
3434 { | 3435 { |
3435 current->bgcol = get_color(colorv, map); | 3436 current->bgcol = get_color(colorv, map); |