comparison src/gtkhtml.c @ 1244:eaa0e2f5ace4

[gaim-migrate @ 1254] Ignore incoming fonts option committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 12 Dec 2000 23:09:07 +0000
parents ba292594e938
children b5783215b245
comparison
equal deleted inserted replaced
1243:6c05af408b71 1244:eaa0e2f5ace4
3469 { 3469 {
3470 d++; 3470 d++;
3471 } 3471 }
3472 if (d[strlen(d) - 1] == '\"') 3472 if (d[strlen(d) - 1] == '\"')
3473 d[strlen(d) - 1] = 0; 3473 d[strlen(d) - 1] = 0;
3474 strcpy(current->font, d); 3474
3475 if (!(options & HTML_OPTION_NO_FONTS)) {
3476 strcpy(current->font, d);
3477 }
3475 } 3478 }
3476 else if (!strncasecmp(d, "BACK=", strlen("BACK="))) 3479 else if (!strncasecmp(d, "BACK=", strlen("BACK=")))
3477 { 3480 {
3478 d += strlen("BACK="); 3481 d += strlen("BACK=");
3479 if (*d == '\"') 3482 if (*d == '\"')