Plugin clean up

svn: r1310
This commit is contained in:
Don Allingham
2003-02-15 23:03:48 +00:00
parent b3ed0c8a27
commit 66c5580493
12 changed files with 1256 additions and 1034 deletions

View File

@@ -275,7 +275,7 @@ def on_apply_clicked(obj):
})
top = verifyResult.get_widget("verify_result")
textwindow = verifyResult.get_widget("textwindow")
textwindow.show_string(text)
textwindow.get_buffer().set_text(text)
top.show()
#-------------------------------------------------------------------------