Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for ticket #10
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5298 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 18, 2006
1 parent 18cfe54 commit ed6d18e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/widgets/projectionselector/qgsprojectionselector.cpp
Expand Up @@ -407,12 +407,9 @@ long QgsProjectionSelector::getCurrentLongAttribute(QString attributeName)
return mySrid.toLong();
}
}
else
{
// No node is selected, return null
return (long)NULL;
}

// No node is selected, return null
return (long)NULL;
}


Expand Down

0 comments on commit ed6d18e

Please sign in to comment.