Added a menu update. Hopefully it might make things play a bit better
authorKent Sutherland <ksuther@ithinksw.com>
Fri, 14 Mar 2003 01:26:52 +0000 (01:26 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Fri, 14 Mar 2003 01:26:52 +0000 (01:26 +0000)
during menu updates when the menu is down.

MenuTunes.m

index 5f94ae7..ee35882 100755 (executable)
             didHaveAlbumName = (([curAlbumName length] > 0) ? YES : NO);
         }
     }
+    [menu update];
 }
 
 //Rebuild the upcoming songs submenu. Can be improved a lot.