[QGIS Commit] r12419 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sat Dec 12 08:19:53 EST 2009
Author: jef
Date: 2009-12-12 08:19:53 -0500 (Sat, 12 Dec 2009)
New Revision: 12419
Modified:
trunk/qgis/src/app/qgsattributedialog.cpp
Log:
save feature if the feature form fails to load
Modified: trunk/qgis/src/app/qgsattributedialog.cpp
===================================================================
--- trunk/qgis/src/app/qgsattributedialog.cpp 2009-12-12 13:18:38 UTC (rev 12418)
+++ trunk/qgis/src/app/qgsattributedialog.cpp 2009-12-12 13:19:53 UTC (rev 12419)
@@ -263,7 +263,7 @@
else
{
QgsDebugMsg( "No dialog" );
- return QDialog::Rejected;
+ return QDialog::Accepted;
}
}
More information about the QGIS-commit
mailing list