[_window setExitMode:ITTransientStatusWindowExitAfterDelay];
[_window setExitDelay:(exitDelay ? exitDelay : 4.0)];
+ [_window setHorizontalPosition:[df integerForKey:@"statusWindowHorizontalPosition"]];
+ [_window setVerticalPosition:[df integerForKey:@"statusWindowVerticalPosition"]];
+
if ( entryTag == 2101 ) {
entryEffect = [[[ITDissolveWindowEffect alloc] initWithWindow:_window] autorelease];
} else if ( entryTag == 2102 ) {