Skip to content

Commit

Permalink
On first displaying the postgres connection details dialog box, ensur…
Browse files Browse the repository at this point in the history
…e that

the 'where to search' toggles are consistent.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5725 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Aug 23, 2006
1 parent 35c2c96 commit fbf57e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/qgsnewconnection.cpp
Expand Up @@ -53,6 +53,9 @@ QgsNewConnection::QgsNewConnection(QWidget *parent, const QString& connName, Qt:
if ( ! settings.readBoolEntry(key + "/geometrycolumnsOnly", false))
s = Qt::Unchecked;
cb_geometryColumnsOnly->setCheckState(s);
// Ensure that cb_plublicSchemaOnly is set correctly
on_cb_geometryColumnsOnly_clicked();

if (settings.readEntry(key + "/save") == "true")
{
txtPassword->setText(settings.readEntry(key + "/password"));
Expand Down

0 comments on commit fbf57e0

Please sign in to comment.