diff plugins/error.c @ 393:bbff7d508593

[gaim-migrate @ 403] whoops committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 12 Jun 2000 13:11:13 +0000
parents df5127560034
children b1d5c6ab7b0d
line wrap: on
line diff
--- a/plugins/error.c	Mon Jun 12 13:07:53 2000 +0000
+++ b/plugins/error.c	Mon Jun 12 13:11:13 2000 +0000
@@ -25,7 +25,7 @@
 	 * we just have to deal with what the error was (as defined by us)
 	 * and do any other clean-up stuff we need to do. */
 	switch (error) {
-	case 1:
+	case 0:
 		do_error_dialog("I'm calling the error myself", "MY BAD");
 		return NULL;
 	case 2: