# HG changeset patch # User Eric Warmenhoven # Date 1000421873 0 # Node ID b52bf81539dd338a3d4b657f88c321be6b42b094 # Parent cc559f70f88f401419c7a6a9fa7e29514d527ef9 [gaim-migrate @ 2290] hi diff -r cc559f70f88f -r b52bf81539dd src/plugins.c --- a/src/plugins.c Thu Sep 13 22:25:25 2001 +0000 +++ b/src/plugins.c Thu Sep 13 22:57:53 2001 +0000 @@ -515,6 +515,8 @@ load_plugin(file); /* Try and reselect the plugin in list */ + if (!pluglist) + return; plugs = plugins; while (plugs) { plug = plugs->data;