Fix for Bug# 1782032: Blank attibute name when attribute value starts with " "
commitb018b88a1f2a88d246af850a67a15be5b19825b2
authorAles Hvezda <ahvezda@seul.org>
Mon, 3 Sep 2007 00:54:49 +0000 (2 20:54 -0400)
committerAles Hvezda <ahvezda@seul.org>
Mon, 3 Sep 2007 00:54:49 +0000 (2 20:54 -0400)
treec6784593734b2b946aac9b2ec20da19cf98d3ff1
parent5a67f8a879c0f5bcfaa14daf6847064beebaf783
Fix for Bug# 1782032: Blank attibute name when attribute value starts with " "

In order to fix this bug, we needed to validate the input attribute when:
1) input an attribute using the single attribute editor,
2) Add an attribute in the multi-attribute editor
3) Modify the name or value of an attribute in the multi-attribute editor
An attribute is not valid if the name or value are empty, name ends with a
space, and/or value starts with a space.  o_attrib_get_name_value does
this validation throughout gaf.
gschem/include/prototype.h
gschem/src/x_attribedit.c
gschem/src/x_dialog.c
gschem/src/x_multiattrib.c