Mercurial > MadButterfly
view inkscape/MB_EditButton.inx @ 817:387d1c597632
Change order of statements to fix bug of wild pointers.
For some reason, the code is broken for merging from Android_Skia
branch. The variable 'coord' in add_rdman_aggr_dirty_areas() is used
before initialized; it is a wild pointer.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Mon, 13 Sep 2010 15:33:19 +0800 |
parents | 1958bb2a87a2 |
children |
line wrap: on
line source
<inkscape-extension> <name>Edit Button</name> <id>MadButterfly.EditButton</id> <dependency type="executable" location="extensions">MB_EditButton.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <effect> <object-type>any</object-type> <effects-menu> <submenu _name="MadButterfly"> <submenu _name="Button"/> </submenu> </effects-menu> </effect> <script> <command reldir="extensions" interpreter="python">MB_EditButton.py</command> </script> </inkscape-extension>