Skip to content

Commit

Permalink
fix #1613
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@10455 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 2, 2009
1 parent 1f1abb2 commit e1d9527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/attributetable/BeataModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ void BeataModel::sort( int column, Qt::SortOrder order )
QgsAttributeList attrs;
QgsFeature f;

attrs.append( column );
attrs.append( mAttributes[column] );

emit layoutAboutToBeChanged();
// QgsDebugMsg("SORTing");
Expand Down

0 comments on commit e1d9527

Please sign in to comment.