~sil2100/unity-lens-video/trunk_PRE

« back to all changes in this revision

Viewing changes to src/unity-lens-video

  • Committer: David Callé
  • Date: 2012-04-05 09:20:20 UTC
  • Revision ID: davidc@framli.eu-20120405092020-sxmtv5j1aznn81uu
Fix global search regression

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
        if self.source_activated('local'):
169
169
            if search_type is Unity.SearchType.GLOBAL:
170
170
                if search_string == '':
 
171
                    model.clear ()
171
172
                    print "Global view without search string : hide"
172
173
                else:
173
174
                    self.update_results_model(search_string, model, 'global', cancellable, search_status)