/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-23 00:07:09 UTC
  • mto: This revision was merged to the branch mainline in revision 576.
  • Revision ID: jelmer@samba.org-20080723000709-1nppgvt1r4afdjgq
Always try to use seahorse, not just when it has already been started by the 
user.

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)