diff src/protocols/gg/gg.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 4b3f17ca66bf
children 7a158753b8d6
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Sat Dec 08 08:46:00 2001 +0000
+++ b/src/protocols/gg/gg.c	Sat Dec 08 09:48:52 2001 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 2859 2001-12-05 09:48:56Z warmenhoven $
+ * $Id: gg.c 2869 2001-12-08 09:48:52Z warmenhoven $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -369,7 +369,7 @@
 			imsg = charset_convert(e->event.msg.message, "CP1250", find_local_charset());
 			strip_linefeed(imsg);
 			/* e->event.msg.time - we don't know what this time is for */
-			serv_got_im(gc, user, imsg, 0, time((time_t) NULL));
+			serv_got_im(gc, user, imsg, 0, time(NULL), -1);
 			g_free(imsg);
 		}
 		break;