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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Jul 28 10:49:44 EDT 2009


Author: homann
Date: 2009-07-28 10:49:44 -0400 (Tue, 28 Jul 2009)
New Revision: 11192

Modified:
   trunk/qgis/src/core/qgsmaplayer.cpp
Log:
Interesting bug only seen for my rasters...

Modified: trunk/qgis/src/core/qgsmaplayer.cpp
===================================================================
--- trunk/qgis/src/core/qgsmaplayer.cpp	2009-07-28 08:41:28 UTC (rev 11191)
+++ trunk/qgis/src/core/qgsmaplayer.cpp	2009-07-28 14:49:44 UTC (rev 11192)
@@ -162,7 +162,7 @@
 
       if ( fi.exists() )
       {
-        mDataSource = fi.canonicalPath();
+        mDataSource = fi.canonicalFilePath();
       }
     }
   }



More information about the QGIS-commit mailing list