Skip to content

Commit

Permalink
fix #1994
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11792 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 10, 2009
1 parent 2d509fa commit 582bf32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/spit/qgsspit.cpp
Expand Up @@ -150,7 +150,9 @@ void QgsSpit::removeConnection()
settings.remove( key + "/port" );
settings.remove( key + "/username" );
settings.remove( key + "/password" );
settings.remove( key + "/sslmode" );
settings.remove( key + "/save" );
settings.remove( key );

cmbConnections->removeItem( cmbConnections->currentIndex() );
}
Expand Down

0 comments on commit 582bf32

Please sign in to comment.