Hello,
I am working on a plugin that needs to have initial
properties set when the object is created (computed at
runtime). I set the initial values in the CreateFunc
of the plugin, but after the object creation these are
overwritten by Dia with some other defaults (in
function dia_object_default_
Hello,
Dia crashes if it is attempted to export shape to a
file, which extension is not .shape (the UI allows to
type whatever file extension the user likes or no
extension at all). The problem seems to come from
plug-ins/shape/shape-export.c, where after the lines:
point = strrchr(filename, '.');