Wed, 18 Feb 2009 03:29:16 +0000
albertz noticed the XMPP Console was identifying itself as interval. Hooray for copy-paste bugs like this.
--- a/pidgin/plugins/xmppconsole.c Tue Feb 17 23:42:49 2009 +0000 +++ b/pidgin/plugins/xmppconsole.c Wed Feb 18 03:29:16 2009 +0000 @@ -890,4 +890,4 @@ { } -PURPLE_INIT_PLUGIN(interval, init_plugin, info) +PURPLE_INIT_PLUGIN(xmppconsole, init_plugin, info)