Fixed check display dialog box

svn: r1283
This commit is contained in:
Don Allingham 2003-02-03 17:44:12 +00:00
parent 531c0efe74
commit f7fea013a9

View File

@ -209,7 +209,7 @@ class CheckIntegrity:
top = topDialog.get_widget("summary")
textwindow = topDialog.get_widget("textwindow")
topDialog.get_widget("summaryTitle").set_text(title)
textwindow.show_string(text)
textwindow.get_buffer().set_text(text)
top.show()
#------------------------------------------------------------------------