# HG changeset patch # User Paul Aurich # Date 1234927756 0 # Node ID 163f103347f7f5c78b56a2503b0c5c838a5a056d # Parent e859785b49d8bff8c56cd0d6d18ba8633f2b5593 albertz noticed the XMPP Console was identifying itself as interval. Hooray for copy-paste bugs like this. diff -r e859785b49d8 -r 163f103347f7 pidgin/plugins/xmppconsole.c --- 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)