diff -r e1074b63ff08 -r 5af61623ae3c Helpviewer/QtHelpDocumentationDialog.py --- a/Helpviewer/QtHelpDocumentationDialog.py Fri Sep 03 18:53:24 2010 +0200 +++ b/Helpviewer/QtHelpDocumentationDialog.py Fri Sep 03 20:04:49 2010 +0200 @@ -109,7 +109,7 @@ """documentation you are attempting to remove. """ """Removing the documentation will close those """ """documents. Remove anyway?"""), - type_ = E5MessageBox.Warning) + icon = E5MessageBox.Warning) if not res: return self.__unregisteredDocs.append(ns) @@ -139,4 +139,4 @@ @return list of tab ids to be closed (list of integers) """ - return self.__tabsToClose + return self.__tabsToClose \ No newline at end of file