diff src/conversation.c @ 2546:d392e9b867e9

[gaim-migrate @ 2559] hi. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 19 Oct 2001 08:01:41 +0000
parents 8229710b343b
children 5efa8077107f
line wrap: on
line diff
--- a/src/conversation.c	Fri Oct 19 05:54:16 2001 +0000
+++ b/src/conversation.c	Fri Oct 19 08:01:41 2001 +0000
@@ -2028,6 +2028,11 @@
 		gtk_widget_set_sensitive(c->block, FALSE);
 		gtk_widget_set_sensitive(c->add, FALSE);
 
+		if (c->whisper)
+			gtk_widget_set_sensitive(c->whisper, FALSE);
+		if (c->invite)
+			gtk_widget_set_sensitive(c->invite, FALSE);
+
 		return;
 	}