# HG changeset patch # User Mark Doliner # Date 1139764463 0 # Node ID c1a75785c8f2edf5d2e223d794b9c185cf4d7c88 # Parent 24ac8fc885b8de35e97210cb8f7132e0172f4ac3 [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 diff -r 24ac8fc885b8 -r c1a75785c8f2 plugins/psychic.c --- 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 " @@ -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); } }