X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d8f647f12a59ea6ffa270b17cdebf980dad7a01a..41d398eb8300b386ea825f6a91f389785c56b1fa:/OldMainController.m diff --git a/OldMainController.m b/OldMainController.m index cf1b1e7..6b536a2 100755 --- a/OldMainController.m +++ b/OldMainController.m @@ -133,9 +133,7 @@ { if (!note || [[[note userInfo] objectForKey:@"NSApplicationName"] isEqualToString:[currentRemote playerFullName]]) { [NSThread detachNewThreadSelector:@selector(startTimerInNewThread) toTarget:self withObject:nil]; - [self rebuildMenu]; - [statusItem setMenu:menu]; [self setupHotKeys]; isAppRunning = ITMTRemotePlayerRunning; return;