Comment 1 for bug 969215

Revision history for this message
Michael Vogt (mvo) wrote :

It appears that _refresh_apps_with_apt_cache() uses return self.app_view.get_sort_mode() and that returns the wrong
value.

The reason is that display_matches() updates the combobox but get_sort_mode() is called before display_matches so
the combo is still using the old value.