Mercurial > MadButterfly
view inkscape/firefox/MBFilter.inx @ 1419:3519f43da037
Check old component before hiding it for a component switching.
Ref: ticket #37 in assembla
- Scribboo try to hide old component before switching to new one.
But, old one was already removed. It cause an error.
- This is fixed by checking old component if it is still existed
before hiding it.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Thu, 07 Apr 2011 13:45:07 +0800 |
parents | c39b24036a75 |
children |
line wrap: on
line source
<inkscape-extension> <name>MadServer</name> <id>net.sourceforge.madbutterfly.filter.update</id> <dependency type="executable" location="extensions">MBServer.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <effect> <object-type>any</object-type> <effects-menu> <submenu _name="MadButterfly"> <submenu _name="Server"/> </submenu> </effects-menu> </effect> <script> <command reldir="extensions" interpreter="python">MBServer.py</command> </script> </inkscape-extension>