# HG changeset patch # User Sean Egan # Date 1179954954 0 # Node ID 580c6c5d9480da8da9c8f02f9ee03753dc01bc2d # Parent 5a308f09c871859c45b0ec1fcaba6bc56eb94cce Make 'typed' icon not have any keys depressed. Should fix #1116 diff -r 5a308f09c871 -r 580c6c5d9480 pidgin/gtkconv.c --- 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; diff -r 5a308f09c871 -r 580c6c5d9480 pidgin/pidginstock.c --- a/pidgin/pidginstock.c Tue May 22 20:46:08 2007 +0000 +++ b/pidgin/pidginstock.c Wed May 23 21:15:54 2007 +0000 @@ -141,6 +141,7 @@ { PIDGIN_STOCK_ANIMATION_TYPING2, "animations", "typing2.png",TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_ANIMATION_TYPING3, "animations", "typing3.png",TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_ANIMATION_TYPING4, "animations", "typing4.png",TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_TYPING5, "animations", "typing5.png",TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_TOOLBAR_ACCOUNTS, "toolbar", "accounts.png", TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_TOOLBAR_BGCOLOR, "toolbar", "change-bgcolor.png", TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, diff -r 5a308f09c871 -r 580c6c5d9480 pidgin/pidginstock.h --- a/pidgin/pidginstock.h Tue May 22 20:46:08 2007 +0000 +++ b/pidgin/pidginstock.h Wed May 23 21:15:54 2007 +0000 @@ -104,6 +104,7 @@ #define PIDGIN_STOCK_ANIMATION_TYPING2 "pidgin-anim-typing2" #define PIDGIN_STOCK_ANIMATION_TYPING3 "pidgin-anim-typing3" #define PIDGIN_STOCK_ANIMATION_TYPING4 "pidgin-anim-typing4" +#define PIDGIN_STOCK_ANIMATION_TYPING5 "pidgin-anim-typing5" /* Toolbar (and menu) icons */ #define PIDGIN_STOCK_TOOLBAR_ACCOUNTS "pidgin-accounts" diff -r 5a308f09c871 -r 580c6c5d9480 pidgin/pixmaps/animations/16/Makefile.am --- a/pidgin/pixmaps/animations/16/Makefile.am Tue May 22 20:46:08 2007 +0000 +++ b/pidgin/pixmaps/animations/16/Makefile.am Wed May 23 21:15:54 2007 +0000 @@ -11,7 +11,8 @@ typing1.png \ typing2.png \ typing3.png \ - typing4.png + typing4.png \ + typing5.png pidginanimpixdir = $(datadir)/pixmaps/pidgin/animations/16 pidginanimpix_DATA = $(EXTRA_DIST) diff -r 5a308f09c871 -r 580c6c5d9480 pidgin/pixmaps/animations/16/typing5.png Binary file pidgin/pixmaps/animations/16/typing5.png has changed