comparison src/protocols/toc/toc.c @ 2856:b1e300a85678

[gaim-migrate @ 2869] rewrote the html parser in gtkimhtml. yes, that's really all i did. the reason for the massive change is because i added a length argument, which then needed to be propogated down to everything that would ever receive anything that would get drawn to the window. the new parser isn't any faster. that wasn't my goal. it's much more understandable now (hopefully, anyway). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 08 Dec 2001 09:48:52 +0000
parents f0633f458a1c
children 4254491c722b
comparison
equal deleted inserted replaced
2855:19f786779b08 2856:b1e300a85678
617 message++; 617 message++;
618 message++; 618 message++;
619 619
620 a = (away && (*away == 'T')) ? IM_FLAG_AWAY : 0; 620 a = (away && (*away == 'T')) ? IM_FLAG_AWAY : 0;
621 621
622 serv_got_im(gc, c, message, a, time((time_t)NULL)); 622 serv_got_im(gc, c, message, a, time(NULL), -1);
623 } else if (!strcasecmp(c, "UPDATE_BUDDY")) { 623 } else if (!strcasecmp(c, "UPDATE_BUDDY")) {
624 char *l, *uc, *tmp; 624 char *l, *uc, *tmp;
625 int logged, evil, idle, type = 0; 625 int logged, evil, idle, type = 0;
626 time_t signon, time_idle; 626 time_t signon, time_idle;
627 627