Skip to content

Commit

Permalink
Fix for bug 1756, renaming of postgis connection
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11040 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jul 11, 2009
1 parent 29e6549 commit 5eac345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsdbsourceselect.cpp
Expand Up @@ -224,6 +224,7 @@ void QgsDbSourceSelect::editConnection()
{
nc->saveConnection();
}
populateConnectionList();
}

void QgsDbSourceSelect::deleteConnection()
Expand Down
1 change: 1 addition & 0 deletions src/app/qgsnewconnection.h
Expand Up @@ -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;
};

Expand Down

0 comments on commit 5eac345

Please sign in to comment.