Hi devs,
A bit of bother with a new DesktopPrefObserver to watch for a new settings modification. The diff is available here:
https://code.launchpad.net/~doctormo/inkscape/image-outline-option/+merge/21...
The idea is simply to initalise the observer and specify the option to observe. See failed variable _image_render_observer in desktop.cpp and desktop.h
The error comes from the string, it says the string is a `const char [36]` while it needs a const GLib::ustring. Usually I've seen the code be more flexible about const strings at compile time, but this one is being picky.
Any ideas?
Also a question about the option. Should it be enabled or disabled by default? Would a user expect bitmap images to be exceptions in outline mode or would they expect them to be red squares with an X inside by default?
Best Regards, Martin Owens