Rev 631: Fix typo. in file:///home/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Thu Mar 5 16:46:04 GMT 2009


At file:///home/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 631
revision-id: jelmer at samba.org-20090305164602-5wnsforaij9m5wwm
parent: jelmer at samba.org-20090305164412-y0m9osmjwd4iu7r0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-03-05 17:46:02 +0100
message:
  Fix typo.
=== modified file 'revisionview.py'
--- a/revisionview.py	2009-03-05 16:44:12 +0000
+++ b/revisionview.py	2009-03-05 16:46:02 +0000
@@ -408,7 +408,7 @@
         else:
             authors = revision.get_apparent_authors()
         if authors != [revision.committer]:
-            self.author.set_text("\n".join(author))
+            self.author.set_text("\n".join(authors))
             self.author.show()
             self.author_label.show()
         else:




More information about the bazaar-commits mailing list