-Changed Main Split view to fix a graphical bug in the results split area
-Changed the maximum width of the search field -Fixed a bug: "Network error" when having special characters in query -Fixed a bug: Returned false results when having a "&" in the query
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
-(BOOL)validateMenuItem:(NSMenuItem *)menuItem {
|
||||
SEL action = [menuItem action];
|
||||
if (action == @selector(runitunes:)) {
|
||||
if (action == @selector(runiTunes:)) {
|
||||
return ![iTunes isRunning];
|
||||
}
|
||||
if (action == @selector(quitiTunes:) || action == @selector(playPauseiTunes:) || action == @selector(previousTrack:) || action == @selector(nextTrack:)) {
|
||||
|
||||
Reference in New Issue
Block a user