[QGIS Commit] r12952 - trunk/qgis/python/plugins/fTools/tools

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Feb 16 17:31:04 EST 2010


Author: cfarmer
Date: 2010-02-16 17:31:03 -0500 (Tue, 16 Feb 2010)
New Revision: 12952

Modified:
   trunk/qgis/python/plugins/fTools/tools/doJoinAttributes.py
Log:
quick typo fix to join attribute tool


Modified: trunk/qgis/python/plugins/fTools/tools/doJoinAttributes.py
===================================================================
--- trunk/qgis/python/plugins/fTools/tools/doJoinAttributes.py	2010-02-16 14:23:31 UTC (rev 12951)
+++ trunk/qgis/python/plugins/fTools/tools/doJoinAttributes.py	2010-02-16 22:31:03 UTC (rev 12952)
@@ -74,7 +74,7 @@
     if inputLayer != "":
       changedLayer = self.getVectorLayerByName(unicode(inputLayer))
       changedField = self.getFieldList(changedLayer)
-      self.jonField.clear()
+      self.joinField.clear()
       for i in changedField:
         self.joinField.addItem(unicode(changedField[i].name()))
   



More information about the QGIS-commit mailing list