Fixing a bug with refreshing on the contacts
authorEd Page <eopage@byu.net>
Wed, 24 Nov 2010 02:02:24 +0000 (20:02 -0600)
committerEd Page <eopage@byu.net>
Wed, 24 Nov 2010 02:02:24 +0000 (20:02 -0600)
src/gv_views.py

index a379c9a..68b5d7e 100644 (file)
@@ -663,6 +663,7 @@ class Contacts(object):
        @QtCore.pyqtSlot(str)
        @misc_utils.log_exception(_moduleLogger)
        def _on_filter_changed(self, newItem):
+               self.refresh(force=False)
                self._populate_items()
 
        @QtCore.pyqtSlot()