Merge branch 'master' of caffeine:/srv/git/public/pyceo

This commit is contained in:
Michael Spang 2008-09-10 17:13:04 -04:00
commit dd3880fb30
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class BookPage(BookPageBase):
self.checkout_label.set_text("Checked In")
self.checkout_button.set_label("Check Out")
else:
self.checkout_label.set_text(self._book.signout)
self.checkout_label.set_text(self._book.signout._repr_())
self.checkout_button.set_label("Check In")
def save(self, *sender):