Skip to content

Commit 7e7f041

Browse files
author
stopa85
committedMar 5, 2011
fix: road graph not clean GUI when unload
git-svn-id: http://svn.osgeo.org/qgis/trunk@15334 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 66a55eb commit 7e7f041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/roadgraph/roadgraphplugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ void RoadGraphPlugin::unload()
137137
// remove the GUI
138138
mQGisIface->removePluginMenu( tr( "Road graph" ), mQSettingsAction );
139139
mQGisIface->removePluginMenu( tr( "Road graph" ), mQShowDirectionAction );
140+
mQGisIface->removePluginMenu( tr( "Road graph" ), mInfoAction );
140141

141142
mQGisIface->removeToolBarIcon( mQShowDirectionAction );
142143

0 commit comments

Comments
 (0)
Please sign in to comment.