changeset 13247:c1a75785c8f2

[gaim-migrate @ 15613] When the psycic plugin creates a new conversation window, set the typing status to GAIM_TYPING. Also add which prpls this works with in the description. Does it work for Novell, Sametime or SIMPLE? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Feb 2006 17:14:23 +0000
parents 24ac8fc885b8
children 3e3d54d5be19
files plugins/psychic.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/psychic.c	Sun Feb 12 16:51:55 2006 +0000
+++ b/plugins/psychic.c	Sun Feb 12 17:14:23 2006 +0000
@@ -22,7 +22,8 @@
 #define PLUGIN_NAME     N_("Psychic Mode")
 #define PLUGIN_SUMMARY  N_("Psychic mode for incoming conversation")
 #define PLUGIN_DESC     N_("Causes conversation windows to appear as other" \
-			   " users begin to message you")
+			   " users begin to message you.  This works for" \
+			   " AIM, ICQ, Jabber, Sametime, and Yahoo!")
 #define PLUGIN_AUTHOR   "Christopher O'Brien <siege@preoccupied.net>"
 
 
@@ -60,6 +61,8 @@
 			      GAIM_MESSAGE_SYSTEM | GAIM_MESSAGE_NO_LOG,
 			      time(NULL));
     }
+
+    gaim_conv_im_set_typing_state(GAIM_CONV_IM(gconv), GAIM_TYPING);
   }
 }