changeset 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 e277d5f0c1dd
children e9852a08f9c6
files src/plugins.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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();
 }