# HG changeset patch # User Eric Warmenhoven # Date 990665259 0 # Node ID ecf15840ad7d667f2f6f5af0e16ac244789dbde6 # Parent f7114b4d1f96030a4eed682e55ba5141012bef29 [gaim-migrate @ 1895] bye committer: Tailor Script diff -r f7114b4d1f96 -r ecf15840ad7d src/idle.c --- 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) {