pidgin/gtkstatusbox.h

changeset 24434
618f36bdbfd0
parent 24147
b730c8d207e9
child 26727
b8885bab55ab
equal deleted inserted replaced
24425:0a99ace18b6d 24434:618f36bdbfd0
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;

mercurial