Skip to content

Commit

Permalink
fix #2312
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12586 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 22, 2009
1 parent f9c0682 commit 69bb75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/legend/qgslegend.cpp
Expand Up @@ -1055,6 +1055,7 @@ QgsLegendLayer* QgsLegend::readLayerFromXML( QDomElement& childelem, bool& isOpe

//set the layer type icon
ll->updateIcon();
ll->setToolTip( 0, theMapLayer->publicSource() );

// setup connections that will update the layer icons
if ( qobject_cast<QgsVectorLayer *>( theMapLayer ) )
Expand Down

0 comments on commit 69bb75f

Please sign in to comment.