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

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2007-05-18 11:09:31 UTC
  • mto: This revision was merged to the branch mainline in revision 201.
  • Revision ID: szilveszter.farkas@gmail.com-20070518110931-eo97taeu5l90hqto
Make the Revision Browser feel faster.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 
73
73
        self.vbox.pack_start(paned, True, True)
74
74
        self.vbox.show_all()
 
75
 
 
76
    def display(self):
 
77
        self.window.show_all()
 
78
 
 
79
    def close(self, widget=None):
 
80
        self.window.destroy()