Strip formatting when looking up the clickable.
authorBas Pape <baspape@gmail.com>
Tue, 27 Aug 2013 19:59:37 +0000 (21:59 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 10 Oct 2013 18:07:12 +0000 (20:07 +0200)
commit2a912804c20a066356db4e156661468ca49bcc57
tree03b0a078b4ddf7648b61afd8ad805a0ed6ecb03c
parent8603bbd66a49ea4d7e19b15ca06a71879fa854df
Strip formatting when looking up the clickable.

In the TopicWidget the list of Clickables is initialized with text
stripped of formatting, so when looking up their positions again, the
formatting should be stripped as well.

Fixes #1115
src/qtui/topicwidget.cpp