Merge from trunk

This commit is contained in:
Charles Haley 2011-08-14 10:03:31 +01:00
commit 86cbac0d00

View File

@ -228,7 +228,7 @@ class SearchBox2(QComboBox): # {{{
self.clear()
else:
self.normalize_state()
# must turn off case sensitivity here so that tag browser strings
# must turn on case sensitivity here so that tag browser strings
# are not case-insensitively replaced from history
self.line_edit.completer().setCaseSensitivity(Qt.CaseSensitive)
self.setEditText(txt)