albertz noticed the XMPP Console was identifying itself as interval. Hooray

Wed, 18 Feb 2009 03:29:16 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Wed, 18 Feb 2009 03:29:16 +0000
changeset 25625
52d3e1e45ebf
parent 25624
62b56bc39896
child 25626
fe48b8c64207
child 25628
e2837bb522dc

albertz noticed the XMPP Console was identifying itself as interval. Hooray
for copy-paste bugs like this.

pidgin/plugins/xmppconsole.c file | annotate | diff | comparison | revisions
--- 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)

mercurial