Skip to content

Commit 5561e5a

Browse files
author
homann
committedMar 5, 2007
Fix for #637.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6768 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0f1f6a0 commit 5561e5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/app/qgsserversourceselect.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,8 +756,7 @@ void QgsServerSourceSelect::showError(QgsWmsProvider * wms)
756756
tr("provider said") + ":\n" +
757757
wms->errorString()
758758
);
759-
mv->exec();
760-
delete mv;
759+
mv->showMessage(true); // Is deleted when closed
761760
}
762761

763762
void QgsServerSourceSelect::on_cmbConnections_activated(int)

0 commit comments

Comments
 (0)
Please sign in to comment.