# HG changeset patch # User Mark Doliner # Date 1068613397 0 # Node ID 5b83ed21f070429a840a4beee792428efdd35986 # Parent 4a416ff9cb4f42258fd08784f486d6e45c92c588 [gaim-migrate @ 8097] Good think smocky noticed this. Setting idle time works again. committer: Tailor Script diff -r 4a416ff9cb4f -r 5b83ed21f070 src/protocols/oscar/service.c --- 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);