/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 olive/dialog.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-09-29 12:17:19 UTC
  • mto: (0.14.3 main)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060929121719-cf814acd83d1bd77
Cleanup Jelmer's changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    pygtk.require("2.0")
22
22
except:
23
23
    pass
 
24
 
24
25
import gtk
25
26
import gtk.glade
26
27
 
 
28
from olive import gladefile
 
29
 
27
30
def about():
28
31
        """ Display the AboutDialog. """
29
32
        import olive