Comment 2 for bug 969215

Revision history for this message
Kiwinote (kiwinote) wrote :

it seems that replacing
  self.set_sort_method_with_no_signal(self._SORT_BY_TOP_RATED)
by
  self.sort_methods_combobox.set_active(self._SORT_BY_TOP_RATED)
in _use_combobox_without_sort_by_search_ranking solves this problem, but it feels slightly dodgy so probs isn't a good solution