polish error report UI

svn: r5700
This commit is contained in:
Richard Taylor
2006-01-09 10:21:24 +00:00
parent 7601f47a76
commit b0bba43803
3 changed files with 333 additions and 76 deletions

View File

@ -122,7 +122,6 @@ class Assistant(gtk.Object):
self.title.set_use_markup(True)
def set_buttons(self):
print "current_page = ", self.current_page
if self.current_page == self.max_page-1:
self.next.show()
self.back.show()