After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 172416 - Broken images in xfig export
Broken images in xfig export
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: exports
CVS head
Other Linux
: Normal normal
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-02 08:17 UTC by Radek Krahl
Modified: 2005-04-02 10:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix broken path to image in exported xfig file (497 bytes, patch)
2005-04-02 08:21 UTC, Radek Krahl
none Details | Review

Description Radek Krahl 2005-04-02 08:17:04 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.
Comment 1 Radek Krahl 2005-04-02 08:21:12 UTC
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.
Comment 2 Hans Breuer 2005-04-02 10:23:30 UTC
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)