/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 revisionview.py

  • Committer: Daniel Schierbeck
  • Date: 2007-12-06 23:49:08 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: daniel.schierbeck@gmail.com-20071206234908-li268yqzzzmv3z8q
Removed redundant method argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    def get_revision(self):
127
127
        return self.get_property('revision')
128
128
 
129
 
    def _set_revision(self, revision, children=[]):
 
129
    def _set_revision(self, revision):
130
130
        if revision is None: return
131
131
 
132
132
        self._revision = revision