plugins/icq/gaim_icq.c

changeset 1496
d8bc156b68fc
parent 1493
2d25a6ebd376
child 1498
de75cc6a6d34
--- a/plugins/icq/gaim_icq.c	Wed Feb 21 19:22:50 2001 +0000
+++ b/plugins/icq/gaim_icq.c	Thu Feb 22 00:42:55 2001 +0000
@@ -130,12 +130,10 @@
 	struct gaim_connection *gc = find_gaim_conn_by_icq_link(link);
 	guint status;
 	char buf[256];
-	time_t t;
 
 	g_snprintf(buf, sizeof buf, "%lu", uin);
 	status = (st == STATUS_ONLINE) ? UC_NORMAL : UC_UNAVAILABLE | (st << 5);
-	time(&t);
-	serv_got_update(gc, buf, 1, 0, t, 0, status, 0);
+	serv_got_update(gc, buf, 1, 0, 0, 0, status, 0);
 }
 
 static void icq_user_offline(ICQLINK *link, unsigned long uin) {

mercurial