Re: [Kicad-developers] [PATCH 2/2] Fix undo/redo invocation

2015-01-29 Thread Wayne Stambaugh
This patch is no longer valid. On 1/25/2015 4:25 PM, Simon Richter wrote: > This function takes an UR_* flag to denote the operation, not an item > status. As these constants have the same value, this doesn't change > generated code. > --- > eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp

[Kicad-developers] [PATCH 2/2] Fix undo/redo invocation

2015-01-25 Thread Simon Richter
This function takes an UR_* flag to denote the operation, not an item status. As these constants have the same value, this doesn't change generated code. --- eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/dialogs