Fix for bug 1756, renaming of postgis connection

git-svn-id: http://svn.osgeo.org/qgis/trunk@11040 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2009-07-11 07:55:01 +00:00
parent 29e65496e9
commit 5eac34513c
2 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,7 @@ void QgsDbSourceSelect::editConnection()
{
nc->saveConnection();
}
populateConnectionList();
}
void QgsDbSourceSelect::deleteConnection()

View File

@ -44,6 +44,7 @@ class QgsNewConnection : public QDialog, private Ui::QgsNewConnectionBase
void on_btnConnect_clicked();
void on_cb_geometryColumnsOnly_clicked();
private:
QString mOriginalConnName; //store initial name to delete entry in case of rename
static const int context_id = 929865718;
};