diff src/idle.c @ 2313:bd9d403fb15b

[gaim-migrate @ 2323] more room committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 20 Sep 2001 01:23:04 +0000
parents 3ce77b547cf2
children 2927c2c26fe6
line wrap: on
line diff
--- a/src/idle.c	Wed Sep 19 20:38:07 2001 +0000
+++ b/src/idle.c	Thu Sep 20 01:23:04 2001 +0000
@@ -69,7 +69,7 @@
 #endif /* USE_SCREENSAVER */
 		idle_time = t - gc->lastsent;
 
-	if ((general_options & OPT_GEN_AUTO_AWAY) && (idle_time > (60 * auto_away)) &&
+	if ((away_options & OPT_AWAY_AUTO) && (idle_time > (60 * auto_away)) &&
 			(!gc->is_auto_away)) {
 		if (!gc->away) {
 			debug_printf("making %s away automatically\n", gc->username);