Skip to content

Commit d843c18

Browse files
author
esseffe
committed
bug fix:
- found incorrect DB-path handling in 'add spatialite new connection' git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11822 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3dc43fe commit d843c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsspatialitesourceselect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ void QgsSpatiaLiteSourceSelect::addNewConnection()
319319
QString myPath = myFI.path();
320320
QString myName = myFI.fileName();
321321

322-
handle = openSpatiaLiteDb( myFI.canonicalPath() );
322+
handle = openSpatiaLiteDb( myFI.canonicalFilePath() );
323323
if ( handle )
324324
{
325325
// OK, this one is a valid SpatiaLite DB

0 commit comments

Comments
 (0)