/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to logview.py

  • Committer: Jelmer Vernooij
  • Date: 2007-07-19 19:27:33 UTC
  • Revision ID: jelmer@samba.org-20070719192733-kvhplg1dgsmb4tw7
Fix non-sequence iteration warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    def set_go_callback(self, callback):
52
52
        self._go_callback = callback
53
53
 
54
 
    def set_revision(self, revision, tags=None):
 
54
    def set_revision(self, revision, tags=[]):
55
55
        self._revision = revision
56
56
        self.revision_id.set_text(revision.revision_id)
57
57
        if revision.committer is not None: