UI/FindFileDialog.py

changeset 458
1695e7a2db54
parent 432
497e188ee86e
child 476
121633976eca
--- a/UI/FindFileDialog.py	Thu Aug 05 08:39:56 2010 +0200
+++ b/UI/FindFileDialog.py	Fri Aug 06 12:39:40 2010 +0200
@@ -110,8 +110,7 @@
         self.__populating = False
         
         self.setContextMenuPolicy(Qt.CustomContextMenu)
-        self.connect(self, SIGNAL("customContextMenuRequested(const QPoint &)"), 
-                     self.__contextMenuRequested)
+        self.customContextMenuRequested.connect(self.__contextMenuRequested)
         
     def __createItem(self, file, line, text, start, end, replTxt = ""):
         """

eric ide

mercurial