comparison plugins/ChangeLog.API @ 11911:fe12abd6b879

[gaim-migrate @ 14202] SF Patch #1339005 from Sadrul "This patch is a fix for this small bug: (1) open a new conversation with some buddy in a contact. (2) open another conversation with another buddy in the same contact. (3) now press space/enter on the first buddy in the buddy-list. you will notice that the active-buddy in the conversation doesn't change to the buddy you just activated." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 30 Oct 2005 23:36:51 +0000
parents d2db6426c88a
children 5b703a92e79d
comparison
equal deleted inserted replaced
11910:700ec4523c04 11911:fe12abd6b879
127 * gaim_plugin_get_version() 127 * gaim_plugin_get_version()
128 * gaim_plugin_get_summary() 128 * gaim_plugin_get_summary()
129 * gaim_plugin_get_description() 129 * gaim_plugin_get_description()
130 * gaim_plugin_get_author() 130 * gaim_plugin_get_author()
131 * gaim_plugin_get_homepage() 131 * gaim_plugin_get_homepage()
132 * gaim_gtkconv_switch_active_conversation(GaimConversation *)
132 133
133 Signals - Changed: 134 Signals - Changed:
134 * "received-im-msg" and "received-chat-msg" to match, both now pass a 135 * "received-im-msg" and "received-chat-msg" to match, both now pass a
135 conversation pointer and flags 136 conversation pointer and flags
136 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a 137 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a