[gaim-migrate @ 10530]

Thu, 05 Aug 2004 18:57:22 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Thu, 05 Aug 2004 18:57:22 +0000
changeset 9678
211ff4c9546f
parent 9677
1e4f158006e1
child 9679
729d6cc5a6b1

[gaim-migrate @ 10530]
I think maybe this is what Nathan meant. I know he didn't meant what he said.

src/idle.c file | annotate | diff | comparison | revisions
--- a/src/idle.c	Thu Aug 05 17:34:02 2004 +0000
+++ b/src/idle.c	Thu Aug 05 18:57:22 2004 +0000
@@ -90,8 +90,8 @@
 		(idle_time > (60 * gaim_prefs_get_int("/core/away/mins_before_away")))
 		&& (!gc->is_auto_away)) {
 
-		if (!gc->away && !*gc->away && (!gc->away_state ||
-					!strcmp(gc->away_state, GAIM_AWAY_CUSTOM))) {
+		if (!gc->away && (!gc->away_state ||
+				!strcmp(gc->away_state, GAIM_AWAY_CUSTOM))) {
 			struct away_message *default_away = NULL;
 			const char *default_name;
 			GSList *l;

mercurial