netstar pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=3397bc93e6bf36362ef99df44f935fa56ef90801
commit 3397bc93e6bf36362ef99df44f935fa56ef90801 Author: Al Poole <[email protected]> Date: Fri Sep 29 21:42:49 2017 +0100 scm: header file function erroneous description. --- src/bin/edi_scm_ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/edi_scm_ui.h b/src/bin/edi_scm_ui.h index ac394fd..bb4be39 100644 --- a/src/bin/edi_scm_ui.h +++ b/src/bin/edi_scm_ui.h @@ -23,9 +23,9 @@ extern "C" { */ /** - * Check the path is not hidden according to project rules. + * Create the commit dialog UI. * - * @param path The file path to check. + * @param parent Parent object to add the commit UI to. * @ingroup Lookup */ void edi_scm_ui_add(Evas_Object *parent); --
