--- a/PluginManager/PluginRepositoryDialog.py Mon Aug 30 19:03:34 2010 +0200 +++ b/PluginManager/PluginRepositoryDialog.py Mon Aug 30 20:16:34 2010 +0200 @@ -19,6 +19,8 @@ from .Ui_PluginRepositoryDialog import Ui_PluginRepositoryDialog +from E5Gui import E5MessageBox + from E5XML.XMLUtilities import make_parser from E5XML.XMLErrorHandler import XMLErrorHandler, XMLFatalParseError from E5XML.XMLEntityResolver import XMLEntityResolver @@ -228,7 +230,7 @@ self.__downloadButton.setEnabled(len(self.__selectedItems())) self.__installButton.setEnabled(True) self.__doneMethod = None - QMessageBox.information(None, + E5MessageBox.information(self, self.trUtf8("Download Plugin Files"), self.trUtf8("""The requested plugins were downloaded.""")) self.downloadProgress.setValue(0) @@ -601,4 +603,4 @@ ).format(applPath), self.trUtf8('OK')) - self.close() + self.close() \ No newline at end of file