config: Fix error

This commit is contained in:
Hylke Bons 2011-11-07 18:35:00 +00:00
parent 6d0b37a46a
commit 93c777f195

View file

@ -111,6 +111,7 @@ namespace SparkleLib {
if (string.IsNullOrEmpty (user_name))
user_name = "Unknown";
string n = Environment.NewLine;
File.WriteAllText (FullPath,
"<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" + n +
"<sparkleshare>" + n +