diff src/away.c @ 1404:96e93119268d

[gaim-migrate @ 1414] argh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 13 Jan 2001 08:49:15 +0000
parents bf041349b11e
children 6650776468b3
line wrap: on
line diff
--- a/src/away.c	Fri Jan 12 03:02:20 2001 +0000
+++ b/src/away.c	Sat Jan 13 08:49:15 2001 +0000
@@ -57,7 +57,6 @@
 		GtkWidget *tmp = imaway;
 		imaway = NULL;
 		gtk_widget_destroy(tmp);
-		plugin_event(event_back, 0, 0, 0, 0);
 	}
 
 	serv_set_away_all(NULL);
@@ -160,7 +159,6 @@
 	serv_set_away_all(buf2);
 	g_free(buf2);
 	gtk_widget_show(imaway);
-	plugin_event(event_away, 0, 0, 0, 0);
 }
 
 void rem_away_mess(GtkWidget *w, struct away_message *a)