--- a/MultiProject/MultiProjectBrowser.py Thu Aug 05 08:39:56 2010 +0200 +++ b/MultiProject/MultiProjectBrowser.py Fri Aug 06 12:39:40 2010 +0200 @@ -50,8 +50,7 @@ self.__createPopupMenu() self.setContextMenuPolicy(Qt.CustomContextMenu) - self.connect(self, SIGNAL("customContextMenuRequested(const QPoint &)"), - self.__contextMenuRequested) + self.customContextMenuRequested.connect(self.__contextMenuRequested) self.connect(self, SIGNAL("itemActivated(QListWidgetItem*)"), self.__openItem) ############################################################################ @@ -246,4 +245,4 @@ """ Private method to open the configuration dialog. """ - e5App().getObject("UserInterface").showPreferences("multiProjectPage") \ No newline at end of file + e5App().getObject("UserInterface").showPreferences("multiProjectPage")