~unity-team/unity-lens-music/trunk

« back to all changes in this revision

Viewing changes to src/simple-scope.vala

  • Committer: Tarmac
  • Author(s): Mirco Müller, Mirco Müller
  • Date: 2012-01-18 12:22:58 UTC
  • mfrom: (63.3.2 unity-lens-music.fix-841902)
  • Revision ID: tarmac-20120118122258-wvrswcev0c7xr23f
Resubmitting to make sure it's meant to go into trunk. I wonder what made LP think I wanted to merge it to anything different than trunk initially.

The second part of the fix for LP: #841902.. Fixes: https://bugs.launchpad.net/bugs/841902. Appoved by Mikkel Kamstrup Erlandsen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
      List<FilterParser> filters = new List<FilterParser> ();
100
100
      Filter filter = scope.get_filter ("genre");
101
101
      if (filter.filtering)
102
 
        filters.append (new GenreFilterParser (filter as CheckOptionFilter));
 
102
        filters.append (new GenreFilterParser (filter as CheckOptionFilterCompact));
103
103
 
104
104
      filter = scope.get_filter ("decade");
105
105
      if (filter.filtering)