comparison 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
comparison
equal deleted inserted replaced
13122:d33a225fcb80 13123:a9f6d9a68a04
94 GdkPixbuf *connecting_pixbufs[4]; 94 GdkPixbuf *connecting_pixbufs[4];
95 int typing_index; 95 int typing_index;
96 GdkPixbuf *typing_pixbufs[4]; 96 GdkPixbuf *typing_pixbufs[4];
97 97
98 gboolean connecting; 98 gboolean connecting;
99 gboolean typing; 99 guint typing;
100
101 100
102 GtkTreeIter iter; 101 GtkTreeIter iter;
103 GdkPixbuf *pixbuf;
104 char *error; 102 char *error;
105 103
106 gulong status_changed_signal; 104 gulong status_changed_signal;
107 105
108 /* 106 /*