[gaim-migrate @ 2290]

Thu, 13 Sep 2001 22:57:53 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Thu, 13 Sep 2001 22:57:53 +0000
changeset 2280
b52bf81539dd
parent 2279
cc559f70f88f
child 2281
6f60b7fe3381

[gaim-migrate @ 2290]
hi

src/plugins.c file | annotate | diff | comparison | revisions
--- 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;

mercurial