Index: src/widgets/projectionselector/qgsprojectionselector.cpp =================================================================== --- src/widgets/projectionselector/qgsprojectionselector.cpp (revision 5017) +++ src/widgets/projectionselector/qgsprojectionselector.cpp (working copy) @@ -161,8 +161,8 @@ void QgsProjectionSelector::applySRSNameSelection() { if ( - (mSRSNameSelectionPending) and - (mProjListDone) and + (mSRSNameSelectionPending) && + (mProjListDone) && (mUserProjListDone) ) { @@ -190,8 +190,8 @@ void QgsProjectionSelector::applySRSIDSelection() { if ( - (mSRSIDSelectionPending) and - (mProjListDone) and + (mSRSIDSelectionPending) && + (mProjListDone) && (mUserProjListDone) ) {