Skip to content

Commit

Permalink
fix wmc-c support broken in r15559
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15710 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 15, 2011
1 parent 50ec079 commit 6042fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgswmssourceselect.cpp
Expand Up @@ -528,7 +528,7 @@ void QgsWMSSourceSelect::addClicked()
.arg( item->data( Qt::UserRole + 5 ).toInt() )
.arg( item->data( Qt::UserRole + 6 ).toStringList().join( ";" ) );

if ( connInfo.startsWith( "username=" ) )
if ( connInfo.startsWith( "username=" ) || connInfo.startsWith( "ignoreUrl=" ) )
{
connInfo.prepend( connArgs + "," );
}
Expand Down

0 comments on commit 6042fd3

Please sign in to comment.