Skip to content

Commit e117f68

Browse files
author
jef
committedOct 10, 2009
fix #1994
git-svn-id: http://svn.osgeo.org/qgis/trunk@11792 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent daa4772 commit e117f68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/plugins/spit/qgsspit.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ void QgsSpit::removeConnection()
150150
settings.remove( key + "/port" );
151151
settings.remove( key + "/username" );
152152
settings.remove( key + "/password" );
153+
settings.remove( key + "/sslmode" );
153154
settings.remove( key + "/save" );
155+
settings.remove( key );
154156

155157
cmbConnections->removeItem( cmbConnections->currentIndex() );
156158
}

0 commit comments

Comments
 (0)
Please sign in to comment.