/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: Alexander Belchenko
  • Date: 2006-10-25 08:34:09 UTC
  • mto: (91.1.8 trunk) (66.2.10 trunk)
  • mto: This revision was merged to the branch mainline in revision 104.
  • Revision ID: bialix@ukr.net-20061025083409-8131f3c270158eed
detecting name of glade file doing in separate module (olive.gladefile)

This fix problem with gcommit (Bug 68127: glade file not found)

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
31
 
31
32
    # Load AboutDialog description
32
 
    dglade = gtk.glade.XML(olive.gladefile, 'aboutdialog')
 
33
    dglade = gtk.glade.XML(GLADEFILENAME, 'aboutdialog')
33
34
    dialog = dglade.get_widget('aboutdialog')
34
35
 
35
36
    # Set version