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 328580 - Color not respected for Ethernet bus object
Color not respected for Ethernet bus object
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
0.94
Other All
: Normal enhancement
: 0.95
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-25 13:31 UTC by Alan Hourihane
Modified: 2006-02-03 17:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adding a color property to the bus object (2.36 KB, patch)
2006-02-03 10:08 UTC, Torben H. Nielsen
none Details | Review
Colored bus - take2 (2.22 KB, patch)
2006-02-03 17:07 UTC, Torben H. Nielsen
committed Details | Review

Description Alan Hourihane 2006-01-25 13:31:48 UTC
When creating a new ethernet bus, and selecting a new color, it always draws the
bus in black.
Comment 1 Lars Clausen 2006-01-27 20:30:19 UTC
Selecting a new color in the toolbox does not change the color of an existing object, only editing object properties does that.  The bus object, unfortunately, does not allow changing of color yet.
Comment 2 Torben H. Nielsen 2006-02-03 10:08:59 UTC
Created attachment 58643 [details] [review]
Adding a color property to the bus object
Comment 3 Torben H. Nielsen 2006-02-03 17:07:42 UTC
Created attachment 58659 [details] [review]
Colored bus - take2
Comment 4 Hans Breuer 2006-02-03 17:33:33 UTC
Thanks, take2 includes exactly the modification I had done myself.

2006-02-03  Hans Breuer  <hans@breuer.org>

	* objects/network/bus.c : allow to tint it. Patch from
	Torben H. Nielsen, closes bug #328580.
	* objects/network/wanlink.c : allow to tint this as well.