fix: cleaning name filter for every action

This commit is contained in:
Vinicius Moreira
2019-09-05 13:13:17 -03:00
parent 1051703b63
commit add2d2bccd

View File

@@ -544,7 +544,7 @@ class ManageWindow(QWidget):
}
def update_pkgs(self, new_pkgs: List[SoftwarePackage], as_installed: bool, types: Set[type] = None, ignore_updates: bool = False):
self.input_name_filter.setText('')
pkgs_info = commons.new_pkgs_info()
filters = self._gen_filters(ignore_updates)