diff src/aim.c @ 1000:91b7377e7b45

[gaim-migrate @ 1010] Plugins work again, I think. There may still be some bugginess. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 16 Oct 2000 20:11:18 +0000
parents 56cff2fba28c
children 1d8f05ea6bdf
line wrap: on
line diff
--- a/src/aim.c	Sun Oct 15 03:55:23 2000 +0000
+++ b/src/aim.c	Mon Oct 16 20:11:18 2000 +0000
@@ -87,7 +87,7 @@
 	char *error;
 
 	/* first we tell those who have requested it we're quitting */
-	plugin_event(event_quit, 0, 0, 0);
+	plugin_event(event_quit, 0, 0, 0, 0);
 
 	/* then we remove everyone in a mass suicide */
 	c = plugins;
@@ -140,9 +140,9 @@
 
 	account_online(gc);
 
-	plugin_event(event_signon, 0, 0, 0);
+	plugin_event(event_signon, gc, 0, 0, 0);
 
-	 return;
+	return;
 }