rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=11387c2ada3571bf05b4c38d25ab1c05daeae455
commit 11387c2ada3571bf05b4c38d25ab1c05daeae455 Author: Andrii Kroitor <[email protected]> Date: Mon Feb 1 15:00:40 2016 +0200 Revert "diff: do not abort on undo merged diffs (text name undo)" This reverts commit fdee99a7e8cbde23f33a63c07ad14227e324391c. This line breaks undo for all spinners. --- src/bin/editor/diff.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/editor/diff.c b/src/bin/editor/diff.c index 9c1512e..740fbc9 100644 --- a/src/bin/editor/diff.c +++ b/src/bin/editor/diff.c @@ -368,7 +368,6 @@ diff_update(Diff *diff, Diff *new_diff) } diff->redo = new_diff->redo; - diff->undo = new_diff->undo; diff_free(new_diff); } --
