mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix for #637.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6768 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
3102201d1e
commit
cf66fd4b7f
@ -756,8 +756,7 @@ void QgsServerSourceSelect::showError(QgsWmsProvider * wms)
|
||||
tr("provider said") + ":\n" +
|
||||
wms->errorString()
|
||||
);
|
||||
mv->exec();
|
||||
delete mv;
|
||||
mv->showMessage(true); // Is deleted when closed
|
||||
}
|
||||
|
||||
void QgsServerSourceSelect::on_cmbConnections_activated(int)
|
||||
|
Loading…
x
Reference in New Issue
Block a user