Issue #18592: Method return signature changes made to SearchDialogBase for

test purposes are now reflected in GrepDialog and ReplaceDialog.  Docstrings
are improved. Initial patch by Saimadhav Heblikar
This commit is contained in:
Terry Jan Reedy 2014-07-13 17:27:26 -04:00
parent 5d0d2e6ed6
commit 5283c4e108
4 changed files with 35 additions and 19 deletions

View file

@ -40,7 +40,7 @@ class ReplaceDialog(SearchDialogBase):
def create_entries(self):
SearchDialogBase.create_entries(self)
self.replent = self.make_entry("Replace with:", self.replvar)
self.replent = self.make_entry("Replace with:", self.replvar)[0]
def create_command_buttons(self):
SearchDialogBase.create_command_buttons(self)