--- a/Helpviewer/History/HistoryMenu.py Fri Mar 07 19:20:36 2014 +0100 +++ b/Helpviewer/History/HistoryMenu.py Sat Mar 08 20:09:41 2014 +0100 @@ -343,10 +343,10 @@ act = self.addAction(UI.PixmapCache.getIcon("history.png"), self.tr("Show All History...")) - act.triggered[()].connect(self.__showHistoryDialog) + act.triggered.connect(self.__showHistoryDialog) act = self.addAction(UI.PixmapCache.getIcon("historyClear.png"), self.tr("Clear History...")) - act.triggered[()].connect(self.__clearHistoryDialog) + act.triggered.connect(self.__clearHistoryDialog) def setInitialActions(self, actions): """