On Tue, Mar 2, 2010 at 11:06 PM, Kent Tenney <[email protected]> wrote: > I'm getting the following in the log, no button toolbar: > Ubuntu 9.10
Fixed in trunk. at_folder didn't have init() method, it did plugin_signon at root level. This is messy and should have been avoided in the first place. Now, you are basically forced to avoid this behavior or the plugin won't work (which is nice). Note that init() is not compulsory, but you shouldn't call plugin_signon anywhere else than init(). Another problems I didn't fix - plugin_signOn does an unnecessary & messy exec() hack. Just use sys.modules for this - the last reported exception shouldn't have prevented other plugins from doing their stuff, need to add diaper try-except somewhere. -- Ville M. Vainio http://tinyurl.com/vainio -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
