vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 255056a13d064742457a1cc481c5acc8c05c14e4 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri May 8 11:32:41 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri May 8 15:16:06 2020 +0200 true is sensitive not insensitive Change-Id: If009f0456a9e4d070b8a20fa1c63b1262b98d3df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93719 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index 0a99fe737316..ee7486bae3de 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -14476,7 +14476,7 @@ private: if (nStart == -1) nStart = 0; - // Try match case insensitive from current position + // Try match case sensitive from current position int nPos = m_pTreeView->starts_with(aStartText, 0, nStart, true); if (nPos == -1 && nStart != 0) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits