/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: 2011-08-01 14:51:03 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110801145103-t6gak2rovqofy9xx
Update ProgressBarWindow to gtk3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
 
96
96
    def finished(self):
97
97
        self.pb.finished()
98
 
        self.hide_all()
 
98
        self.hide()
99
99
        self.destroy()
100
100
 
101
101
    def clear(self):
102
102
        self.pb.clear()
103
 
        self.hide_all()
 
103
        self.hide()
104
104
 
105
105
 
106
106
class ProgressPanel(Gtk.HBox):