[QGIS Commit] r10455 - trunk/qgis/src/app/attributetable

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Apr 2 08:52:36 EDT 2009


Author: jef
Date: 2009-04-02 08:52:34 -0400 (Thu, 02 Apr 2009)
New Revision: 10455

Modified:
   trunk/qgis/src/app/attributetable/BeataModel.cpp
Log:
fix #1613

Modified: trunk/qgis/src/app/attributetable/BeataModel.cpp
===================================================================
--- trunk/qgis/src/app/attributetable/BeataModel.cpp	2009-04-02 12:44:30 UTC (rev 10454)
+++ trunk/qgis/src/app/attributetable/BeataModel.cpp	2009-04-02 12:52:34 UTC (rev 10455)
@@ -340,7 +340,7 @@
   QgsAttributeList attrs;
   QgsFeature f;
 
-  attrs.append( column );
+  attrs.append( mAttributes[column] );
 
   emit layoutAboutToBeChanged();
 // QgsDebugMsg("SORTing");



More information about the QGIS-commit mailing list