comparison src/gaimrc.c @ 3563:e120097bbd72

[gaim-migrate @ 3658] I made my perl script unloading not suck (as much). Now you may port your perl scripts--use gaim.pl and PERL-HOWTO as references. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 28 Sep 2002 08:08:14 +0000
parents 593567405d48
children 9682c0e022c6
comparison
equal deleted inserted replaced
3562:de3bc24fff02 3563:e120097bbd72
398 while (pl) { 398 while (pl) {
399 char *path; 399 char *path;
400 400
401 p = (struct gaim_plugin *)pl->data; 401 p = (struct gaim_plugin *)pl->data;
402 402
403 path = escape_text2(g_module_name(p->handle)); 403 path = escape_text2(p->path);
404 404
405 fprintf(f, "\tplugin { %s }\n", path); 405 fprintf(f, "\tplugin { %s }\n", path);
406 406
407 free(path); 407 free(path);
408 408
409 pl = pl->next; 409 pl = pl->next;