It was fixed June 19 in this commit:
https://github.com/qgis/Quantum-GIS/commit/5bcb0e1ae56


Dnia poniedziaƂek, 24 czerwca 2013 o 11:57:12 Vincent Damoy napisaƂ(a):
> Hello,
> 
> I had the same problem with QGIS on Ubuntu 12.04 (at work, but not at
> home :-O ).
> 
> Apparently, there is a typo in this file :
> /usr/share/qgis/python/plugins/GdalTools/tools/doPolygonize.py, at line 108
> 
> " if self.fieldCheck.isChecked() and self.fieldEdit.text()):"
> the opening parenthesis lacks.
> Il should be :
>   "if *(*self.fieldCheck.isChecked() and self.fieldEdit.text()):"
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to