Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
quick typo fix to join attribute tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@12952 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
cfarmer committed Feb 16, 2010
1 parent 1dc49ef commit 780e280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/fTools/tools/doJoinAttributes.py
Expand Up @@ -74,7 +74,7 @@ def jupdate(self):
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()))

Expand Down

0 comments on commit 780e280

Please sign in to comment.