/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: Curtis Hovey
  • Date: 2012-02-27 15:51:10 UTC
  • mto: (776.2.1 ui-factory)
  • mto: This revision was merged to the branch mainline in revision 779.
  • Revision ID: sinzui.is@verizon.net-20120227155110-1mhlsp3f61jy14vv
Restore the check that progress bar ui methods clear the pending events to update the UI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
    @main_iteration
80
80
    def finished(self):
 
81
        self.set_fraction(0.0)
81
82
        self.current = None
82
83
        self.total = None
83
84
        self.hide()