Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Corrected unloading of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gvellut committed Feb 26, 2018
1 parent acc7d26 commit 735f936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freehandrastergeoreferencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def unload(self):
# Remove the plugin menu item and icon
self.iface.layerToolBar().removeAction(self.actionAddLayer)
self.iface.removeAddLayerAction(self.actionAddLayer)
self.iface.removePluginMenu(
self.iface.removePluginRasterMenu(
FreehandRasterGeoreferencer.PLUGIN_MENU, self.actionAddLayer)

# Unregister plugin layer type
Expand Down

0 comments on commit 735f936

Please sign in to comment.