chiark
/
gitweb
/
~tthurman
/
commonprayer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
94b9109
)
rm debug
author
Thomas Thurman
<tthurman@gnome.org>
Tue, 18 Jan 2011 00:56:07 +0000 (19:56 -0500)
committer
Thomas Thurman
<tthurman@gnome.org>
Tue, 18 Jan 2011 00:56:07 +0000 (19:56 -0500)
src/view.py
patch
|
blob
|
history
diff --git
a/src/view.py
b/src/view.py
index
4dc512e
..
f925f29
100644
(file)
--- a/
src/view.py
+++ b/
src/view.py
@@
-10,7
+10,5
@@
class CommonPrayerWindow(QMainWindow):
self._html = QTextBrowser()
self.setCentralWidget(self._html)
- self._html.setHtml('This <i>is</i> nice.')
-
def setHtml(self, html):
self._html.setHtml(html)