Hi all,
ERRATA CORRIGE :)
I wrote removePluginToMenu but it's removePluginMenu instead.

On Sun, Nov 14, 2010 at 3:20 PM, Giuseppe Sucameli <sucam...@faunalia.it>wrote:

> (remove from Database menu)
>
> try:
>     self.iface.removePluginDatabaseMenu("&PostGIS", self.action)
> except AttributeError:
>     self.iface.removePluginToMenu("&PostGIS", self.action)
>
it should be:

try:
    self.iface.removePluginDatabaseMenu("&PostGIS", self.action)
except AttributeError:
    self.iface.removePluginMenu("&PostGIS", self.action)

Cheers.

I'm going to move the existent trunk Database plugins to the Database menu
> and
> my (Faunalia) DB plugins too.
>
I moved them yet.

Cheers.

-- 
> Giuseppe Sucameli
>
>


-- 
Giuseppe Sucameli
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to