[QGIS Commit] r13299 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Apr 11 10:12:21 EDT 2010


Author: mhugent
Date: 2010-04-11 10:12:20 -0400 (Sun, 11 Apr 2010)
New Revision: 13299

Modified:
   trunk/qgis/src/core/qgshttptransaction.cpp
Log:
Fix for retrival of WFS capabilities

Modified: trunk/qgis/src/core/qgshttptransaction.cpp
===================================================================
--- trunk/qgis/src/core/qgshttptransaction.cpp	2010-04-11 12:44:29 UTC (rev 13298)
+++ trunk/qgis/src/core/qgshttptransaction.cpp	2010-04-11 14:12:20 UTC (rev 13299)
@@ -206,7 +206,7 @@
   http = 0;
 
   // Did we get an error? If so, bail early
-  if ( !mError.isNull() )
+  if ( !mError.isEmpty() )
   {
     QgsDebugMsg( "Processing an error '" + mError + "'." );
     return FALSE;



More information about the QGIS-commit mailing list