changeset 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 5a308f09c871
children 1863cdac4be3
files pidgin/gtkconv.c pidgin/pidginstock.c pidgin/pidginstock.h pidgin/pixmaps/animations/16/Makefile.am pidgin/pixmaps/animations/16/typing5.png
diffstat 5 files changed, 5 insertions(+), 2 deletions(-) [+]
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;
--- 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  },
--- 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"
--- 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)
Binary file pidgin/pixmaps/animations/16/typing5.png has changed