We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707ccff commit e2adc26Copy full SHA for e2adc26
1 file changed
bin/meld
@@ -168,6 +168,7 @@ def check_requirements():
168
try:
169
from gi.repository import GtkSource
170
# TODO: There is no way to get at GtkSourceView's actual version
171
+ assert hasattr(GtkSource, 'SearchSettings')
172
except (ImportError, AssertionError) as e:
173
missing_reqs("GtkSourceView", gtksourceview_requirement, e)
174
0 commit comments