--- a/UI/LogView.py Thu Aug 05 08:39:56 2010 +0200 +++ b/UI/LogView.py Fri Aug 06 12:39:40 2010 +0200 @@ -42,8 +42,7 @@ self.__menu.addAction(self.trUtf8("Configure..."), self.__configure) self.setContextMenuPolicy(Qt.CustomContextMenu) - self.connect(self, SIGNAL("customContextMenuRequested(const QPoint &)"), - self.__handleShowContextMenu) + self.customContextMenuRequested.connect(self.__handleShowContextMenu) self.cNormalFormat = self.currentCharFormat() self.cErrorFormat = self.currentCharFormat()