diff pidgin/gtkconv.c @ 17050:580c6c5d9480

Make 'typed' icon not have any keys depressed. Should fix #1116
author Sean Egan <seanegan@gmail.com>
date Wed, 23 May 2007 21:15:54 +0000
parents d2353e780fd5
children cb5bd3c045a9
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Tue May 22 20:46:08 2007 +0000
+++ b/pidgin/gtkconv.c	Wed May 23 21:15:54 2007 +0000
@@ -3163,7 +3163,7 @@
 		stock_id = PIDGIN_STOCK_ANIMATION_TYPING1;
 		tooltip = _("User is typing...");
 	} else {
-		stock_id = PIDGIN_STOCK_ANIMATION_TYPING0;
+		stock_id = PIDGIN_STOCK_ANIMATION_TYPING5;
 		tooltip = _("User has typed something and stopped");
 		g_source_remove(gtkconv->u.im->typing_timer);
 		gtkconv->u.im->typing_timer = 0;