Changeset 23

Show
Ignore:
Timestamp:
10/26/08 00:41:56 (2 months ago)
Author:
aaronr
Message:

fixing the unload

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/rasterinfo/rasterfileinfo.py

    r13 r23  
    6767  def unload(self): 
    6868    # Remove the plugin 
    69     self.iface.removePluginMenu("&RasterInfo",self.action) 
     69    self.iface.removePluginMenu("&RasterFileInfo",self.action) 
     70    self.iface.removePluginMenu("&RasterFileInfo",self.helpaction) 
    7071    self.iface.removeToolBarIcon(self.action) 
    7172