changeset 25481:163f103347f7

albertz noticed the XMPP Console was identifying itself as interval. Hooray for copy-paste bugs like this.
author Paul Aurich <paul@darkrain42.org>
date Wed, 18 Feb 2009 03:29:16 +0000
parents e859785b49d8
children a439f24713c8 62de664662b1
files pidgin/plugins/xmppconsole.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)