/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-10-31 21:09:50 UTC
  • mfrom: (91.1.9 trunk)
  • Revision ID: Szilveszter.Farkas@gmail.com-20061031210950-3cdc975d423126e4
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
def about():
28
28
    """ Display the AboutDialog. """
29
29
    import olive
30
 
    from gladefile import GLADEFILENAME
 
30
    from guifiles import GLADEFILENAME
31
31
 
32
32
    # Load AboutDialog description
33
33
    dglade = gtk.glade.XML(GLADEFILENAME, 'aboutdialog')