/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: Jasper Groenewegen
  • Date: 2008-07-22 19:46:47 UTC
  • mfrom: (560.2.1 LP151818-no-push-Q)
  • Revision ID: colbrac@xs4all.nl-20080722194647-25sbnnkj9wdt2v00
Merge removal of question to set default push location

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    def update(self, *args, **kwargs):
94
94
        self.pb.update(*args, **kwargs)
95
95
 
96
 
    def tick(self, *args, **kwargs):
97
 
        self.pb.tick(*args, **kwargs)
98
 
 
99
96
    def finished(self):
100
97
        self.pb.finished()
101
98
        self.hide_all()
137
134
        self._stack = _stack
138
135
        self.show_all()
139
136
        return self
140
 
 
141
 
    def tick(self, *args, **kwargs):
142
 
        self.pb.tick(*args, **kwargs)
143
137
    
144
138
    def update(self, *args, **kwargs):
145
139
        self.pb.update(*args, **kwargs)