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 393201 - Bug in general saving and loading of arrow heads
Bug in general saving and loading of arrow heads
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
CVS head
Other All
: Normal normal
: 0.96
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-05 16:55 UTC by Michael Duelli
Modified: 2007-01-05 17:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
correct the mistyped xml element which causes the bug (609 bytes, patch)
2007-01-05 16:58 UTC, Michael Duelli
committed Details | Review

Description Michael Duelli 2007-01-05 16:55:48 UTC
Please describe the problem:
The width of a starting arrow head will be messed up when saving, closing and reopening a file, if width of arrow head is unequal to 0.5 (which is the DEFAULT_ARROW_WIDTH).

Steps to reproduce:
1. create a new diagram
2. put a line in it
3. make the STARTing end of the line an arrow head of any shape
4. adjust (at least) the width of the arrow head, so that is not 0.5 any longer
5. save the diagram and close it
6. reopen the diagram
7. look at the with of the starting arrow head: it will be always 0.5

Actual results:


Expected results:


Does this happen every time?
Yes

Other information:
The error is in objects/standard/line.c and is cause by expecting a mistyped xml entry
Comment 1 Michael Duelli 2007-01-05 16:58:36 UTC
Created attachment 79462 [details] [review]
correct the mistyped xml element which causes the bug
Comment 2 Hans Breuer 2007-01-05 17:34:18 UTC
Thanks, applied.

2007-01-05  Hans Breuer  <hans@breuer.org>

	* objects/standard/line.c : fix typo in save_arrow(), patch from
	Michael Duelli closing bug #393201