diff options
| author | Chris Lumens <clumens@redhat.com> | 2012-08-27 17:05:57 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2012-08-27 17:05:57 -0400 |
| commit | 74cc95fd7326f5c65052c774baa02bbcba867124 (patch) | |
| tree | 2ac8c9421efefc22a03e69cbb852750b83695925 /pyanaconda | |
| parent | 332e8d222c591a92311cb634e2edb93ccda750b5 (diff) | |
| download | anaconda-74cc95fd7326f5c65052c774baa02bbcba867124.tar.gz anaconda-74cc95fd7326f5c65052c774baa02bbcba867124.tar.xz anaconda-74cc95fd7326f5c65052c774baa02bbcba867124.zip | |
_peopleRepositoriesFilter -> _peopleRepositoriesFilterEntry (#852182).
Diffstat (limited to 'pyanaconda')
| -rw-r--r-- | pyanaconda/ui/gui/spokes/source.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/spokes/source.py b/pyanaconda/ui/gui/spokes/source.py index 5e1f349b1..40d1e696f 100644 --- a/pyanaconda/ui/gui/spokes/source.py +++ b/pyanaconda/ui/gui/spokes/source.py @@ -402,7 +402,7 @@ class AdditionalReposDialog(GUIObject): def on_filter_icon_press(self, w, pos, event): """Callback for delete all icon in the people repositories filter text entry.""" - self._peopleRepositoriesFilter.set_text("") + self._peopleRepositoriesFilterEntry.set_text("") self.on_filter_timeout(w) |
