controller: add TODO

This commit is contained in:
Hylke Bons 2011-05-07 13:08:42 +01:00
parent 2400fa6d6f
commit 00512e3b66

View file

@ -791,6 +791,7 @@ namespace SparkleShare {
{
string global_config_file_path = Path.Combine (SparklePaths.SparkleConfigPath, "config");
// TODO: Make XML based. don't forget to change the code in fetcher
// Write the user's information to a text file
TextWriter writer = new StreamWriter (global_config_file_path);
writer.WriteLine ("[user]\n" +