# HG changeset patch # User Eric Warmenhoven # Date 956111010 0 # Node ID 00c1ee6096482228dc12f21158ff8edffe231c83 # Parent e277d5f0c1dd7c2a732504250dddd834c119083e [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 diff -r e277d5f0c1dd -r 00c1ee609648 src/plugins.c --- 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(); }