~ubuntu-branches/ubuntu/precise/unity-lens-music/precise

« back to all changes in this revision

Viewing changes to src/musicstore-filter-parser-genre.vala

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-02-03 11:33:57 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120203113357-yop2ipbkuwiizbih
Tags: upstream-5.2.0
ImportĀ upstreamĀ versionĀ 5.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
    public MusicStoreGenreFilterParser (GenreFilterParser parser)
28
28
    {
29
 
      base (parser.filter as CheckOptionFilter);
 
29
      base (parser.filter as CheckOptionFilterCompact);
30
30
    }
31
31
    
32
32
    public override string parse ()
49
49
      return builder.str;
50
50
    }
51
51
  }
52
 
}
 
 
b'\\ No newline at end of file'
 
52
}