# HG changeset patch # User Nathan Walp # Date 1091741905 0 # Node ID 77c63fc5b6d7119dff98779fdda59be2857a18a2 # Parent 6fd2bd5446e4c02e6bb2f0fbf1724a81730e7461 [gaim-migrate @ 10534] this is, of course, what I meant committer: Tailor Script diff -r 6fd2bd5446e4 -r 77c63fc5b6d7 src/idle.c --- a/src/idle.c Thu Aug 05 21:26:44 2004 +0000 +++ b/src/idle.c Thu Aug 05 21:38:25 2004 +0000 @@ -90,7 +90,7 @@ (idle_time > (60 * gaim_prefs_get_int("/core/away/mins_before_away"))) && (!gc->is_auto_away)) { - if (!gc->away && (!gc->away_state || + if ((!gc->away || !*gc->away) && (!gc->away_state || !strcmp(gc->away_state, GAIM_AWAY_CUSTOM))) { struct away_message *default_away = NULL; const char *default_name;