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

  • Committer: Jelmer Vernooij
  • Date: 2008-07-25 21:07:26 UTC
  • mfrom: (562.1.4 trunk)
  • Revision ID: jelmer@samba.org-20080725210726-3dnaxwg24e06eng0
Merge ProgressPanel.tick() patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        self._stack = _stack
135
135
        self.show_all()
136
136
        return self
 
137
 
 
138
    def tick(self, *args, **kwargs):
 
139
        self.pb.tick(*args, **kwargs)
137
140
    
138
141
    def update(self, *args, **kwargs):
139
142
        self.pb.update(*args, **kwargs)