don't hardcode home dir

This commit is contained in:
Hylke Bons 2010-04-29 11:08:37 +01:00
parent f0a499f31e
commit 107180d319

View file

@ -101,7 +101,6 @@ public class SparklePonyUI {
// Get home folder, example: "/home/user"
UserHome = Environment.GetEnvironmentVariable("HOME");
Console.WriteLine (UserHome);
// Create 'Collaboration' folder in the user's home folder
FoldersPath = UserHome + "/Collaboration";