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

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-09-11 02:56:58 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060911025658-997cf3a305b9f1da
A better implementation for the drive selection. (OptionMenu didn't work on Win32)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
        # Set version
43
43
        dialog.set_version(olive.frontend.gtk.__version__)
 
44
        
 
45
        # Destroy the dialog
 
46
        if dialog.run() == gtk.RESPONSE_CANCEL:
 
47
            dialog.destroy()
44
48
    
45
49
    def _message_dialog(self, type, primary, secondary):
46
50
        """ Display a given type of MessageDialog with the given message.