From: Kent Sutherland Date: Fri, 14 Mar 2003 01:26:52 +0000 (+0000) Subject: Added a menu update. Hopefully it might make things play a bit better X-Git-Tag: v1.0~193 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/6f4e496029228bcdf5bedb233e45ca2b8e1f99ff Added a menu update. Hopefully it might make things play a bit better during menu updates when the menu is down. --- diff --git a/MenuTunes.m b/MenuTunes.m index 5f94ae7..ee35882 100755 --- a/MenuTunes.m +++ b/MenuTunes.m @@ -449,6 +449,7 @@ didHaveAlbumName = (([curAlbumName length] > 0) ? YES : NO); } } + [menu update]; } //Rebuild the upcoming songs submenu. Can be improved a lot.