Hi all, ERRATA CORRIGE :) I wrote removePluginToMenu but it's removePluginMenu instead.
On Sun, Nov 14, 2010 at 3:20 PM, Giuseppe Sucameli <[email protected]>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 [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
