Skip to content

Commit

Permalink
Fix for ticket #10
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5298 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 18, 2006
1 parent 8f0cc50 commit 54681bd
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 54681bd

Please sign in to comment.