--- a/Debugger/VariablesViewer.py Thu Aug 05 08:39:56 2010 +0200 +++ b/Debugger/VariablesViewer.py Fri Aug 06 12:39:40 2010 +0200 @@ -308,8 +308,7 @@ self.__createPopupMenus() self.setContextMenuPolicy(Qt.CustomContextMenu) - self.connect(self,SIGNAL('customContextMenuRequested(const QPoint &)'), - self.__showContextMenu) + self.customContextMenuRequested.connect(self.__showContextMenu) self.connect(self, SIGNAL("itemExpanded(QTreeWidgetItem *)"), self.__expandItemSignal)