rimmed pushed a commit to branch eflete-1.18. http://git.enlightenment.org/tools/eflete.git/commit/?id=96ed81712b9c0dc2037c4b04e03647da7ec361ae
commit 96ed81712b9c0dc2037c4b04e03647da7ec361ae Author: Vyacheslav Reutskiy <[email protected]> Date: Wed Aug 31 11:32:10 2016 +0300 group navi: reset copied part index --- src/bin/ui/workspace/group_navigator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ui/workspace/group_navigator.c b/src/bin/ui/workspace/group_navigator.c index a6e9fff..1375d89 100644 --- a/src/bin/ui/workspace/group_navigator.c +++ b/src/bin/ui/workspace/group_navigator.c @@ -920,6 +920,7 @@ _popup_add_part_ok_clicked(void *data, msg = eina_stringshare_printf(_("copied new part \"%s\" from \"%s\""), name, copy_name); change = change_add(msg); CRIT_ON_FAIL(editor_part_copy(pl->group->edit_object, change, false, true, name, copy_name)); + pl->popup.copy_part = 0; } else { --
