Changed root path to ~/Music for the time being until preferences are set.

CQTexperiment
vspader 2006-09-03 20:43:21 +00:00
parent 568202d8e9
commit 0f34406ca5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
watcher = [[FileTreeWatcher alloc] init];
[watcher setDelegate:self];
[self setRootPath: @"/Users/xugg/Music"];
[self setRootPath: [@"~/Music" stringByExpandingTildeInPath]];
}
- (void)dealloc