Project/FiletypeAssociationDialog.py

changeset 3010
befeff46ec0f
parent 2995
63d874899b8b
child 3034
7ce719013078
child 3057
10516539f238
diff -r bf5ae5d7477d -r befeff46ec0f Project/FiletypeAssociationDialog.py
--- a/Project/FiletypeAssociationDialog.py	Sat Oct 12 17:31:40 2013 +0200
+++ b/Project/FiletypeAssociationDialog.py	Sat Oct 12 18:25:29 2013 +0200
@@ -78,7 +78,8 @@
         @param filetype file type of the entry (string)
         @return reference to the newly generated entry (QTreeWidgetItem)
         """
-        itm = QTreeWidgetItem(self.filetypeAssociationList, [pattern, filetype])
+        itm = QTreeWidgetItem(
+            self.filetypeAssociationList, [pattern, filetype])
         return itm
         
     def on_filetypeAssociationList_currentItemChanged(self, itm, prevItm):

eric ide

mercurial