diff src/gaimrc.c @ 1047:ece2d1543b20

[gaim-migrate @ 1057] Plugins now use GModule. Protocol plugins can be dynamically updated. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 01 Nov 2000 22:30:36 +0000
parents 5bad25457843
children 713b0e14e0a9
line wrap: on
line diff
--- a/src/gaimrc.c	Wed Nov 01 11:34:56 2000 +0000
+++ b/src/gaimrc.c	Wed Nov 01 22:30:36 2000 +0000
@@ -388,7 +388,7 @@
 
 		p = (struct gaim_plugin *)pl->data;
 
-		path = escape_text2(p->filename);
+		path = escape_text2(g_module_name(p->handle));
 
 		fprintf(f, "\tplugin { %s }\n", path);