Skip to content

Commit

Permalink
missed a file in r11546
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11547 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 4, 2009
1 parent aa84893 commit 444475e
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions src/app/qgsserversourceselect.cpp
Expand Up @@ -440,13 +440,13 @@ void QgsServerSourceSelect::on_btnAdd_clicked()
else
{
QgisApp::instance()->addRasterLayer(
connectionInfo(),
leLayerName->text().isEmpty() ? selectedLayers().join( "/" ) : leLayerName->text(),
"wms",
selectedLayers(),
selectedStylesForSelectedLayers(),
selectedImageEncoding(),
selectedCrs() );
connectionInfo(),
leLayerName->text().isEmpty() ? selectedLayers().join( "/" ) : leLayerName->text(),
"wms",
selectedLayers(),
selectedStylesForSelectedLayers(),
selectedImageEncoding(),
selectedCrs() );
}
}

Expand Down Expand Up @@ -858,11 +858,6 @@ void QgsServerSourceSelect::addWMSListItem( const QDomElement& el, int row, int
}
}

void QgsServerSourceSelect::on_btnClose_clicked()
{
accept();
}

void QgsServerSourceSelect::on_btnSearch_clicked()
{
// clear results
Expand Down

0 comments on commit 444475e

Please sign in to comment.