Skip to content
Permalink
Browse files
On first displaying the postgres connection details dialog box, ensur…
…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.
@@ -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"));

0 comments on commit fbf57e0

Please sign in to comment.