GNOME Bugzilla – Bug 172416
Broken images in xfig export
Last modified: 2005-04-02 10:23:30 UTC
When exporting diagram containing image to xfig, image does not appear in resulting .fig file. There's a string '(null)' in place of path to image file in exported xfig file.
Created attachment 39581 [details] [review] Patch to fix broken path to image in exported xfig file Problem is in dia_image_filename() in lib/dia_image.c. Function, in its current state, returns pointer to '(null)' string when there IS an image filename, and NULL pointer, when the image filename is not specified.
Ooops. Thanks, fixed. 2005-04-02 Hans Breuer <hans@breuer.org> * lib/dia_image.c(dia_image_filename) : return the path again. (bug #172416, Radek Krahl)