~sudopluto-deactivatedaccount/noise/fix-help-link

« back to all changes in this revision

Viewing changes to src/Views/ListView/Lists/MusicListView.vala

  • Committer: Corentin Noël
  • Date: 2015-06-12 14:46:04 UTC
  • Revision ID: corentin@elementary.io-20150612144604-wuyro735y5x3gdnz
Removed unused Cover column.

Show diffs side-by-side

added added

removed removed

Lines of Context:
696
696
                test_strings += "9999";
697
697
            break;
698
698
 
699
 
#if HAVE_SMART_ALBUM_COLUMN
700
 
            case ListColumn.ALBUM:
701
 
                renderer = new SmartAlbumRenderer ();
702
 
                tvc.set_cell_data_func (renderer, cell_data_helper.album_art_func);
703
 
                // XXX set_row_separator_func (cell_data_helper.row_separator_func);
704
 
            break;
705
 
# else
706
 
            case ListColumn.ALBUM:
707
 
# endif
708
 
 
 
699
            case ListColumn.ALBUM:
709
700
            case ListColumn.TITLE:
710
701
            case ListColumn.ARTIST:
711
702
            case ListColumn.ALBUM_ARTIST: