diff pidgin/gtkstatusbox.c @ 15669:603488306e23

more icon updates.
author Sean Egan <seanegan@gmail.com>
date Wed, 21 Feb 2007 19:48:11 +0000
parents 0a5823d45398
children 9195abe409de
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c	Tue Feb 20 19:36:08 2007 +0000
+++ b/pidgin/gtkstatusbox.c	Wed Feb 21 19:48:11 2007 +0000
@@ -1187,6 +1187,8 @@
 								     icon_size, "PidginStatusBox");
 	status_box->typing_pixbufs[3] =  gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_TYPING3,
 								     icon_size, "PidginStatusBox");
+	status_box->typing_pixbufs[4] =  gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_TYPING4,
+								     icon_size, "PidginStatusBox");
 }
 
 static void account_enabled_cb(GaimAccount *acct, PidginStatusBox *status_box) {
@@ -2053,7 +2055,7 @@
 static void
 pidgin_status_box_pulse_typing(PidginStatusBox *status_box)
 {
-	if (status_box->typing_index == 3)
+	if (status_box->typing_index == 4)
 		status_box->typing_index = 0;
 	else
 		status_box->typing_index++;