diff plugins/gaimrc.c @ 12202:17be9401e167

[gaim-migrate @ 14504] This way the file that the gaimrc plugin writes will actually get used by gaim for settings. And with this commit I'm off for Thanksgiving. Later all. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 23 Nov 2005 22:00:19 +0000
parents 6f0254e3c4a0
children ed43c2a7c961
line wrap: on
line diff
--- a/plugins/gaimrc.c	Wed Nov 23 21:47:11 2005 +0000
+++ b/plugins/gaimrc.c	Wed Nov 23 22:00:19 2005 +0000
@@ -201,7 +201,7 @@
 		}
 	}
 
-	gaim_util_write_data_to_file(".gtkrc-2.0", style_string->str, -1);
+	gaim_util_write_data_to_file("gtkrc-2.0", style_string->str, -1);
 
 	g_string_free(style_string, TRUE);
 }