pidgin/purple-plugin-pack

merge of '61d63d5b1c4c2d290510cd46e46484bccab4c686'
org.guifications.plugins
2008-03-24, rekkanoryo
2a27f0674048
merge of '61d63d5b1c4c2d290510cd46e46484bccab4c686'
and 'fd611efcfd7aacf1065c5f92339a945c51aa42a5'
--- a/ChangeLog Mon Mar 24 04:33:27 2008 -0400
+++ b/ChangeLog Mon Mar 24 04:33:35 2008 -0400
@@ -1,5 +1,6 @@
Version 2.4.0mtn:
* Merged the Autoprofile plugin into our build system.
+ * Fixed convbadger's failure to update on conversation switch.
Version 2.3.0: 03/17/08
* Fixed a typo in irc-more's source that allowed a potential double-free
--- a/convbadger/convbadger.c Mon Mar 24 04:33:27 2008 -0400
+++ b/convbadger/convbadger.c Mon Mar 24 04:33:35 2008 -0400
@@ -139,7 +139,8 @@
purple_signal_connect(conv_handle, "deleting-conversation", plugin,
PURPLE_CALLBACK(convbadger_conv_destroyed_cb), NULL);
- purple_signal_connect(conv_handle, "conversation-switched", plugin,
+ purple_signal_connect(pidgin_conversations_get_handle(),
+ "conversation-switched", plugin,
PURPLE_CALLBACK(convbadger_conv_switched_cb), NULL);
return TRUE;