comparison libpurple/plugins/psychic.c @ 27033:2ab648c328cc

Consistently emit conversation-updated for typing state changes. Also reformatted ChangeLog.API a bit (I noticed there's a Changed section) and added a comment to the psychic plugin (since I had to look up why it was doing that). Patch from Florian Quze. Closes #7605. committer: Paul Aurich <paul@darkrain42.org>
author Florian Quèze <florian@instantbird.org>
date Fri, 05 Jun 2009 02:30:31 +0000
parents 3cc856ca2338
children a8cc50c2279f
comparison
equal deleted inserted replaced
27032:4c3b1bb3ba91 27033:2ab648c328cc
72 _("You feel a disturbance in the force..."), 72 _("You feel a disturbance in the force..."),
73 PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_NO_LOG | PURPLE_MESSAGE_ACTIVE_ONLY, 73 PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_NO_LOG | PURPLE_MESSAGE_ACTIVE_ONLY,
74 time(NULL)); 74 time(NULL));
75 } 75 }
76 76
77 /* Necessary because we may be creating a new conversation window. */
77 purple_conv_im_set_typing_state(PURPLE_CONV_IM(gconv), PURPLE_TYPING); 78 purple_conv_im_set_typing_state(PURPLE_CONV_IM(gconv), PURPLE_TYPING);
78 } 79 }
79 } 80 }
80 81
81 82