diff src/plugins.c @ 134:00c1ee609648

[gaim-migrate @ 144] Heh, whoops. Silly bug. If you only have one plugin loaded, and it's configurable, and you unload it, the 'configure' button wouldn't deactivate, and so you could still click on it, and it would segfault. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 19 Apr 2000 02:23:30 +0000
parents 4290a5a20d3c
children e8ea1e2fdf0c
line wrap: on
line diff
--- a/src/plugins.c	Wed Apr 19 02:04:30 2000 +0000
+++ b/src/plugins.c	Wed Apr 19 02:23:30 2000 +0000
@@ -344,6 +344,7 @@
 
 	plugins = g_list_remove(plugins, p);
 	g_free(p);
+	gtk_widget_set_sensitive(config, 0);
 	update_show_plugins();
 }