comparison 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
comparison
equal deleted inserted replaced
1709:11d0deb44a36 1710:f42ce672c560
438 } 438 }
439 /* this is such a fucked up hack. the reason we do this is because after 439 /* this is such a fucked up hack. the reason we do this is because after
440 * we load a plugin the gaimrc file gets rewrit. so we have to remember 440 * we load a plugin the gaimrc file gets rewrit. so we have to remember
441 * which ones to load before loading them. */ 441 * which ones to load before loading them. */
442 while (load) { 442 while (load) {
443 load_plugin(load->data); 443 if (load->data)
444 load_plugin(load->data);
444 g_free(load->data); 445 g_free(load->data);
445 load = g_slist_remove(load, load->data); 446 load = g_slist_remove(load, load->data);
446 } 447 }
447 } 448 }
448 #endif /* GAIM_PLUGINS */ 449 #endif /* GAIM_PLUGINS */