hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=76b56d92a2a773b723457d3bc51726ee0c3fb888
commit 76b56d92a2a773b723457d3bc51726ee0c3fb888 Author: ChunEon Park <[email protected]> Date: Sun Mar 1 18:55:11 2015 +0900 bin/live_edit: remove unimportant message. --- src/bin/live_edit.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/bin/live_edit.c b/src/bin/live_edit.c index 2018237..2ba302f 100644 --- a/src/bin/live_edit.c +++ b/src/bin/live_edit.c @@ -916,10 +916,7 @@ live_edit_toggle(void) stats_info_msg_update("Select a part to add in Live View."); } else - { - live_edit_cancel(); - stats_info_msg_update("Live View Edit Mode Disabled."); - } + live_edit_cancel(); ld->on = on; } --
