diff src/gtkstatusbox.h @ 13123:a9f6d9a68a04

[gaim-migrate @ 15485] Fix a bug I introduced yesterday. Selecting available and away where it waits for you to enter the message into the imhtml, the status box would show your current status instead of "available" or "away" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 05 Feb 2006 18:14:43 +0000
parents d33a225fcb80
children 31d33e7bc0e6
line wrap: on
line diff
--- a/src/gtkstatusbox.h	Sat Feb 04 21:54:55 2006 +0000
+++ b/src/gtkstatusbox.h	Sun Feb 05 18:14:43 2006 +0000
@@ -96,11 +96,9 @@
 	GdkPixbuf *typing_pixbufs[4];
 
 	gboolean connecting;
-	gboolean typing;
-
+	guint typing;
 
 	GtkTreeIter iter;
-	GdkPixbuf *pixbuf;
 	char *error;
 
 	gulong status_changed_signal;