diff src/multi.h @ 1468:9db35684c68c

[gaim-migrate @ 1478] bah. away acts funny enough as it is without auto-away fucking it up. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 04 Feb 2001 10:11:50 +0000
parents f16e17d42b43
children 213607e89598
line wrap: on
line diff
--- a/src/multi.h	Sun Feb 04 07:34:46 2001 +0000
+++ b/src/multi.h	Sun Feb 04 10:11:50 2001 +0000
@@ -70,7 +70,7 @@
 	GtkWidget *status;
 
 	char *away;
-	gboolean is_auto_away;
+	int is_auto_away;
 };
 
 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */