diff src/protocols/oscar/oscar.c @ 7474:2bdacd38528c

[gaim-migrate @ 8087] I renamed aim_bos_setidle to aim_srv_setidle, and removed the conn parameter. Also some other minor internal changes. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 11 Nov 2003 05:57:24 +0000
parents dedbfdc7ce65
children 08ce2a94d9c7
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Nov 11 05:41:44 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Nov 11 05:57:24 2003 +0000
@@ -3848,7 +3848,7 @@
 
 	aim_clientready(sess, fr->conn);
 	aim_srv_setavailmsg(sess, NULL);
-	aim_bos_setidle(sess, fr->conn, 0);
+	aim_srv_setidle(sess, 0);
 
 	if (od->icq) {
 		aim_icq_reqofflinemsgs(sess);
@@ -4448,7 +4448,7 @@
 
 static void oscar_set_idle(GaimConnection *gc, int time) {
 	OscarData *od = (OscarData *)gc->proto_data;
-	aim_bos_setidle(od->sess, od->conn, time);
+	aim_srv_setidle(od->sess, time);
 }
 
 static void oscar_set_info(GaimConnection *gc, const char *text) {