Comment 8 for bug 737298

Revision history for this message
su_v (suv-lp) wrote :

Inkscape 0.48+devel r10115 on OS X 10.5.8 (i386), gtk2 @2.24.3_0+x11

First I tested the patch by splitting it into individual chunks:
- none of the chunks by itself triggers the failure to launch on my system
- the changes to ege-adjustment-action.cpp trigger 4 pango warnings

Then I patched all files that had also been in the first version of the patch:
   src/ege-adjustment-action.cpp
   src/ege-output-action.cpp
   src/ege-select-one-action.cpp
   src/ink-action.cpp
and added the new changes from the second patch one by one (launching inkscape in-between for testing):
   src/inkscape.cpp
   src/interface.cpp
   src/preferences.cpp
   src/desktop.cpp
   src/extension/internal/filter/filter-file.cpp

all work fine except when adding the changes to
   src/extension/implementation/xslt.cpp

I have no clue why that happens.