comparison pidgin/gtkstatusbox.c @ 26801:882667b6794b

Use a all the icons hbons had created for 'connecting' animation. This could not be done before because of how these were being used. But it's all good now!
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 27 Apr 2009 17:34:57 +0000
parents 27213d7fc6e1
children 3c06cd0e1717
comparison
equal deleted inserted replaced
26800:27213d7fc6e1 26801:882667b6794b
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