changeset 7484:5b83ed21f070

[gaim-migrate @ 8097] Good think smocky noticed this. Setting idle time works again. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 12 Nov 2003 05:03:17 +0000
parents 4a416ff9cb4f
children 8126e7a422b0
files src/protocols/oscar/service.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/service.c	Wed Nov 12 04:56:41 2003 +0000
+++ b/src/protocols/oscar/service.c	Wed Nov 12 05:03:17 2003 +0000
@@ -547,7 +547,7 @@
 {
 	aim_conn_t *conn;
 
-	if (!sess || !(conn = aim_conn_findbygroup(sess, AIM_CB_FAM_GEN)))
+	if (!sess || !(conn = aim_conn_findbygroup(sess, AIM_CB_FAM_BOS)))
 		return -EINVAL;
 
 	return aim_genericreq_l(sess, conn, 0x0001, 0x0011, &idletime);