Commit 0f2c85cb6cc9af076437d9512c678a6c68fc4f5b

  • avatar
  • Aaron Bockover <abockover @nov…ll.com>
  • Tue Apr 28 02:47:00 GMT 2009
Add null check now necessary due to performance fix
src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs
(4 / 0)
  
375375
376376 private void ToggleRatingMenuSensitive ()
377377 {
378 if (rating_menu_item == null) {
379 return;
380 }
381
378382 if (ServiceManager.PlayerEngine.CurrentTrack is DatabaseTrackInfo) {
379383 rating_menu_item.Show ();
380384 } else {

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment