pidgin/gtkstatusbox.c

changeset 26887
42bb7a83f5d3
parent 26886
e071638184b6
child 27032
991e2899be82
equal deleted inserted replaced
26886:e071638184b6 26887:42bb7a83f5d3
152 PIDGIN_STOCK_ANIMATION_TYPING3, 152 PIDGIN_STOCK_ANIMATION_TYPING3,
153 PIDGIN_STOCK_ANIMATION_TYPING4, 153 PIDGIN_STOCK_ANIMATION_TYPING4,
154 NULL 154 NULL
155 }; 155 };
156 156
157 static char *connecting_stock_ids[10] = { 157 static char *connecting_stock_ids[] = {
158 PIDGIN_STOCK_ANIMATION_CONNECT0, 158 PIDGIN_STOCK_ANIMATION_CONNECT0,
159 PIDGIN_STOCK_ANIMATION_CONNECT1, 159 PIDGIN_STOCK_ANIMATION_CONNECT1,
160 PIDGIN_STOCK_ANIMATION_CONNECT2, 160 PIDGIN_STOCK_ANIMATION_CONNECT2,
161 PIDGIN_STOCK_ANIMATION_CONNECT3, 161 PIDGIN_STOCK_ANIMATION_CONNECT3,
162 PIDGIN_STOCK_ANIMATION_CONNECT4, 162 PIDGIN_STOCK_ANIMATION_CONNECT4,
163 PIDGIN_STOCK_ANIMATION_CONNECT5, 163 PIDGIN_STOCK_ANIMATION_CONNECT5,
164 PIDGIN_STOCK_ANIMATION_CONNECT6, 164 PIDGIN_STOCK_ANIMATION_CONNECT6,
165 PIDGIN_STOCK_ANIMATION_CONNECT7, 165 PIDGIN_STOCK_ANIMATION_CONNECT7,
166 PIDGIN_STOCK_ANIMATION_CONNECT8, 166 PIDGIN_STOCK_ANIMATION_CONNECT8,
167 PIDGIN_STOCK_ANIMATION_CONNECT9,
168 PIDGIN_STOCK_ANIMATION_CONNECT10,
169 PIDGIN_STOCK_ANIMATION_CONNECT11,
170 PIDGIN_STOCK_ANIMATION_CONNECT12,
171 PIDGIN_STOCK_ANIMATION_CONNECT13,
172 PIDGIN_STOCK_ANIMATION_CONNECT14,
173 PIDGIN_STOCK_ANIMATION_CONNECT15,
174 PIDGIN_STOCK_ANIMATION_CONNECT16,
175 PIDGIN_STOCK_ANIMATION_CONNECT17,
176 PIDGIN_STOCK_ANIMATION_CONNECT18,
177 PIDGIN_STOCK_ANIMATION_CONNECT19,
178 PIDGIN_STOCK_ANIMATION_CONNECT20,
179 PIDGIN_STOCK_ANIMATION_CONNECT21,
180 PIDGIN_STOCK_ANIMATION_CONNECT22,
181 PIDGIN_STOCK_ANIMATION_CONNECT23,
182 PIDGIN_STOCK_ANIMATION_CONNECT24,
183 PIDGIN_STOCK_ANIMATION_CONNECT25,
184 PIDGIN_STOCK_ANIMATION_CONNECT26,
185 PIDGIN_STOCK_ANIMATION_CONNECT27,
186 PIDGIN_STOCK_ANIMATION_CONNECT28,
187 PIDGIN_STOCK_ANIMATION_CONNECT29,
188 PIDGIN_STOCK_ANIMATION_CONNECT30,
167 NULL 189 NULL
168 }; 190 };
169 191
170 static GtkContainerClass *parent_class = NULL; 192 static GtkContainerClass *parent_class = NULL;
171 193

mercurial