| 109 GtkCellRenderer *icon_rend; |
109 GtkCellRenderer *icon_rend; |
| 110 GtkCellRenderer *text_rend; |
110 GtkCellRenderer *text_rend; |
| 111 |
111 |
| 112 GdkPixbuf *error_pixbuf; |
112 GdkPixbuf *error_pixbuf; |
| 113 int connecting_index; |
113 int connecting_index; |
| 114 GdkPixbuf *connecting_pixbufs[31]; |
114 GdkPixbuf *connecting_pixbufs[9]; |
| 115 int typing_index; |
115 int typing_index; |
| 116 GdkPixbuf *typing_pixbufs[6]; |
116 GdkPixbuf *typing_pixbufs[6]; |
| 117 |
117 |
| 118 gboolean network_available; |
118 gboolean network_available; |
| 119 gboolean connecting; |
119 gboolean connecting; |