Commit 0f2c85cb6cc9af076437d9512c678a6c68fc4f5b
- Diff rendering mode:
- inline
- side by side
src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs
(4 / 0)
|   | |||
| 375 | 375 | ||
| 376 | 376 | private void ToggleRatingMenuSensitive () | |
| 377 | 377 | { | |
| 378 | if (rating_menu_item == null) { | ||
| 379 | return; | ||
| 380 | } | ||
| 381 | |||
| 378 | 382 | if (ServiceManager.PlayerEngine.CurrentTrack is DatabaseTrackInfo) { | |
| 379 | 383 | rating_menu_item.Show (); | |
| 380 | 384 | } else { |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

