diff 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
line wrap: on
line diff
--- a/src/gaimrc.c	Sat Sep 28 03:48:28 2002 +0000
+++ b/src/gaimrc.c	Sat Sep 28 08:08:14 2002 +0000
@@ -400,8 +400,8 @@
 
 		p = (struct gaim_plugin *)pl->data;
 
-		path = escape_text2(g_module_name(p->handle));
-
+		path = escape_text2(p->path);
+			
 		fprintf(f, "\tplugin { %s }\n", path);
 
 		free(path);