From 0f34406ca5658077a15511876f80d808557a6805 Mon Sep 17 00:00:00 2001 From: vspader Date: Sun, 3 Sep 2006 20:43:21 +0000 Subject: [PATCH] Changed root path to ~/Music for the time being until preferences are set. --- FileDrawer/FileTreeController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FileDrawer/FileTreeController.m b/FileDrawer/FileTreeController.m index a9bbd000c..b38fb08c9 100644 --- a/FileDrawer/FileTreeController.m +++ b/FileDrawer/FileTreeController.m @@ -17,7 +17,7 @@ watcher = [[FileTreeWatcher alloc] init]; [watcher setDelegate:self]; - [self setRootPath: @"/Users/xugg/Music"]; + [self setRootPath: [@"~/Music" stringByExpandingTildeInPath]]; } - (void)dealloc