bad keyterm extraction in snippets_w resulted in bad find parameter to evince
This commit is contained in:
parent
172fc68f3f
commit
53bb350c96
@ -147,7 +147,7 @@ void SnippetsW::slotSearchTextChanged(const QString& txt)
|
||||
|
||||
void SnippetsW::linkWasClicked(const QUrl &url)
|
||||
{
|
||||
string ascurl = (const char *)url.toString().toAscii();
|
||||
string ascurl = (const char *)url.toString().toUtf8();
|
||||
LOGDEB(("Snippets::linkWasClicked: [%s]\n", ascurl.c_str()));
|
||||
|
||||
if (ascurl.size() > 3) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user