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

This commit is contained in:
vspader 2006-09-03 20:43:21 +00:00
parent 568202d8e9
commit 0f34406ca5

View file

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