diff -r e071638184b6 -r 42bb7a83f5d3 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Mon Apr 27 17:29:26 2009 +0000 +++ b/pidgin/gtkstatusbox.c Mon Apr 27 17:34:57 2009 +0000 @@ -154,7 +154,7 @@ NULL }; -static char *connecting_stock_ids[10] = { +static char *connecting_stock_ids[] = { PIDGIN_STOCK_ANIMATION_CONNECT0, PIDGIN_STOCK_ANIMATION_CONNECT1, PIDGIN_STOCK_ANIMATION_CONNECT2, @@ -164,6 +164,28 @@ PIDGIN_STOCK_ANIMATION_CONNECT6, PIDGIN_STOCK_ANIMATION_CONNECT7, PIDGIN_STOCK_ANIMATION_CONNECT8, + PIDGIN_STOCK_ANIMATION_CONNECT9, + PIDGIN_STOCK_ANIMATION_CONNECT10, + PIDGIN_STOCK_ANIMATION_CONNECT11, + PIDGIN_STOCK_ANIMATION_CONNECT12, + PIDGIN_STOCK_ANIMATION_CONNECT13, + PIDGIN_STOCK_ANIMATION_CONNECT14, + PIDGIN_STOCK_ANIMATION_CONNECT15, + PIDGIN_STOCK_ANIMATION_CONNECT16, + PIDGIN_STOCK_ANIMATION_CONNECT17, + PIDGIN_STOCK_ANIMATION_CONNECT18, + PIDGIN_STOCK_ANIMATION_CONNECT19, + PIDGIN_STOCK_ANIMATION_CONNECT20, + PIDGIN_STOCK_ANIMATION_CONNECT21, + PIDGIN_STOCK_ANIMATION_CONNECT22, + PIDGIN_STOCK_ANIMATION_CONNECT23, + PIDGIN_STOCK_ANIMATION_CONNECT24, + PIDGIN_STOCK_ANIMATION_CONNECT25, + PIDGIN_STOCK_ANIMATION_CONNECT26, + PIDGIN_STOCK_ANIMATION_CONNECT27, + PIDGIN_STOCK_ANIMATION_CONNECT28, + PIDGIN_STOCK_ANIMATION_CONNECT29, + PIDGIN_STOCK_ANIMATION_CONNECT30, NULL };