qobserver, views.main: Always use setPlainText()
commit1182bb82178d8fd06fe90ca314aa0a225c3fd92d
authorDavid Aguilar <davvid@gmail.com>
Tue, 19 Jan 2010 07:29:58 +0000 (18 23:29 -0800)
committerDavid Aguilar <davvid@gmail.com>
Tue, 19 Jan 2010 07:29:58 +0000 (18 23:29 -0800)
treea24a86c4e76370997e7f5d06d32a839c53ca717a
parent4d352f58b4928b431a9aee4b3f345b971dc5f4b4
qobserver, views.main: Always use setPlainText()

setText() guesses the type based on content.
We *always* want plain text, so use setPlainText() instead.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/qobserver.py
cola/views/main.py