diff src/gtkprefs.c @ 10203:7ff9b8b22e7d

[gaim-migrate @ 11324] gaim_mkstemp can now create binary files committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 18 Nov 2004 17:05:40 +0000
parents 4085b2cda8f1
children bf1ebc8f3bf3
line wrap: on
line diff
--- a/src/gtkprefs.c	Wed Nov 17 23:54:24 2004 +0000
+++ b/src/gtkprefs.c	Thu Nov 18 17:05:40 2004 +0000
@@ -530,7 +530,7 @@
 	FILE *f;
 	gchar *path;
 
-	f = gaim_mkstemp(&path);
+	f = gaim_mkstemp(&path, TRUE);
 	fwrite(themedata, len, 1, f);
 	fclose(f);