changeset 1885:ecf15840ad7d

[gaim-migrate @ 1895] bye committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 24 May 2001 00:47:39 +0000
parents f7114b4d1f96
children 318d6240ffe3
files src/idle.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/idle.c	Wed May 23 23:54:11 2001 +0000
+++ b/src/idle.c	Thu May 24 00:47:39 2001 +0000
@@ -68,7 +68,7 @@
 		idle_time = t - gc->lastsent;
 
 	if ((general_options & OPT_GEN_AUTO_AWAY) && (idle_time > (60 * auto_away)) &&
-			(!gc->is_auto_away)) {
+			(!gc->is_auto_away) && (!gc->away)) {
 		debug_printf("making %s away automatically\n", gc->username);
 		set_default_away((GtkWidget*)NULL, (gpointer)g_slist_index(away_messages, default_away));
 		if (!gc->away) {