diff pidgin/plugins/xmppconsole.c @ 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 76e0463db3aa
children 79c9695f7a8b
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)