~unity-team/unity-lens-applications/unity-lens-applications-0.4

« back to all changes in this revision

Viewing changes to src/daemon.vala

MergeĀ lp:~kamstrup/unity-lens-applications/now-with-N-percent-more-games

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
        var filter = new RadioOptionFilter ("type", _("Type"));
212
212
        filter.add_option ("accessories", _("Accessories"));
213
213
        filter.add_option ("education", _("Education"));
214
 
        filter.add_option ("games", _("Games"));
 
214
        filter.add_option ("game", _("Games"));
215
215
        filter.add_option ("graphics", _("Graphics"));
216
216
        filter.add_option ("internet", _("Internet"));
217
217
        filter.add_option ("fonts", _("Fonts"));
500
500
    }
501
501
    
502
502
    private string prepare_pkg_search_string (Unity.LensSearch? search, string type_id="all")
503
 
    {       
 
503
    {
504
504
      if (Utils.search_is_invalid (search))
505
505
        {
506
506
          if (type_id == "all")