[gaim-migrate @ 15613]

Sun, 12 Feb 2006 17:14:23 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 12 Feb 2006 17:14:23 +0000
changeset 13248
fffad481d1ad
parent 13247
2162ed1a6f41
child 13249
b3cc208601b5

[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?

plugins/psychic.c file | annotate | diff | comparison | revisions
--- 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);
   }
 }
 

mercurial