~ubuntu-branches/ubuntu/precise/indicator-sound/precise-updates

« back to all changes in this revision

Viewing changes to src/mpris2-controller.vala

Tags: 0.8.3.0-0ubuntu1
* New upstream release.
  - Fixed memory corruption issue (LP: #897218)
  - crashed with SIGABRT in pa_operation_unref (LP: #908682)
  - Banshee shown in sound menu after removal until reboot (LP: #771202)
  - Coverity PASS_BY_VALUE - CID 10620 (LP: #937451)
  - App icon and name are not aligned (LP: #939929)

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
  private bool fetch_active_playlist()
249
249
  {    
250
250
    if (this.playlists.ActivePlaylist.valid == false){
251
 
      // TODO 
252
 
      // What happens here ?
 
251
      return false;
253
252
    }    
254
253
    PlaylistsMenuitem playlists_item = this.owner.custom_items[PlayerController.widget_order.PLAYLISTS] as PlaylistsMenuitem;
255
254
    playlists_item.active_playlist_update ( this.playlists.ActivePlaylist.details );