| 106 GtkCellRenderer *icon_rend; |
106 GtkCellRenderer *icon_rend; |
| 107 GtkCellRenderer *text_rend; |
107 GtkCellRenderer *text_rend; |
| 108 |
108 |
| 109 GdkPixbuf *error_pixbuf; |
109 GdkPixbuf *error_pixbuf; |
| 110 int connecting_index; |
110 int connecting_index; |
| 111 GdkPixbuf *connecting_pixbufs[4]; |
111 GdkPixbuf *connecting_pixbufs[9]; |
| 112 int typing_index; |
112 int typing_index; |
| 113 GdkPixbuf *typing_pixbufs[6]; |
113 GdkPixbuf *typing_pixbufs[6]; |
| 114 |
114 |
| 115 gboolean network_available; |
115 gboolean network_available; |
| 116 gboolean connecting; |
116 gboolean connecting; |