diff src/gaimrc.c @ 1710:f42ce672c560

[gaim-migrate @ 1720] various fixes (for plugins especially), other updates. made WEBSITE macro so it's easy to change (not that i think it'll be changing again), updated some files to reflect that change. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 13 Apr 2001 10:50:33 +0000
parents bea407767ac1
children 998a6a032874
line wrap: on
line diff
--- a/src/gaimrc.c	Fri Apr 13 08:15:44 2001 +0000
+++ b/src/gaimrc.c	Fri Apr 13 10:50:33 2001 +0000
@@ -440,7 +440,8 @@
 	 * we load a plugin the gaimrc file gets rewrit. so we have to remember
 	 * which ones to load before loading them. */
 	while (load) {
-		load_plugin(load->data);
+		if (load->data)
+			load_plugin(load->data);
 		g_free(load->data);
 		load = g_slist_remove(load, load->data);
 	}