--- a/Debugger/ExceptionLogger.py Thu Aug 05 08:39:56 2010 +0200 +++ b/Debugger/ExceptionLogger.py Fri Aug 06 12:39:40 2010 +0200 @@ -39,8 +39,7 @@ self.setSortingEnabled(False) self.setContextMenuPolicy(Qt.CustomContextMenu) - self.connect(self,SIGNAL('customContextMenuRequested(const QPoint &)'), - self.__showContextMenu) + self.customContextMenuRequested.connect(self.__showContextMenu) self.connect(self,SIGNAL('itemDoubleClicked(QTreeWidgetItem *, int)'), self.__itemDoubleClicked)