--- a/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py Mon Aug 30 20:16:34 2010 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py Tue Aug 31 12:17:02 2010 +0200 @@ -12,6 +12,8 @@ from PyQt4.QtGui import * from PyQt4.QtCore import * +from E5Gui import E5MessageBox + from .Ui_SvnRepoBrowserDialog import Ui_SvnRepoBrowserDialog import UI.PixmapCache @@ -166,7 +168,7 @@ self.errors.ensureCursorVisible() else: QApplication.restoreOverrideCursor() - QMessageBox.critical(None, + E5MessageBox.critical(self, self.trUtf8('Process Generation Error'), self.trUtf8( 'The process {0} could not be started. ' @@ -235,7 +237,7 @@ if not procStarted: self.__finish() self.inputGroup.setEnabled(False) - QMessageBox.critical(None, + E5MessageBox.critical(self, self.trUtf8('Process Generation Error'), self.trUtf8( 'The process {0} could not be started. ' @@ -451,4 +453,4 @@ self.intercept = False evt.accept() return - QWidget.keyPressEvent(self, evt) + QWidget.keyPressEvent(self, evt) \ No newline at end of file