widgets-qgsprojectionselector.cpp-mloskot-20060314.patch

Patch that fixes bug in this Ticket - Mateusz Loskot -, 2006-03-24 01:53 PM

Download (789 Bytes)

View differences:

src/widgets/projectionselector/qgsprojectionselector.cpp (working copy)
161 161
void QgsProjectionSelector::applySRSNameSelection()
162 162
{
163 163
  if (
164
      (mSRSNameSelectionPending) and
165
      (mProjListDone) and
164
      (mSRSNameSelectionPending) &&
165
      (mProjListDone) &&
166 166
      (mUserProjListDone)
167 167
     )
168 168
  {
......
190 190
void QgsProjectionSelector::applySRSIDSelection()
191 191
{
192 192
  if (
193
      (mSRSIDSelectionPending) and
194
      (mProjListDone) and
193
      (mSRSIDSelectionPending) &&
194
      (mProjListDone) &&
195 195
      (mUserProjListDone)
196 196
     )
197 197
  {