X-Git-Url: http://git.datanom.net/lensdatabase.git/blobdiff_plain/29f0e748a8cd062a091bc4cca710fa91f720c11c..97626a263da480862b73ac92ec136bca7a9f786d:/searchwindow.py diff --git a/searchwindow.py b/searchwindow.py index 6ef2785..d2e8e72 100644 --- a/searchwindow.py +++ b/searchwindow.py @@ -40,10 +40,6 @@ class SearchResultDialog(): self.liststore.append(row) def emptyString(self, str): -# if not(str and not str.strip()): -# return True -# else: -# return False return not (str and str.strip()) def on_ok_btn_clicked(self, button):