seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=bedd100df9ac51c1c13dcfe5e66294c6e81b09e8
commit bedd100df9ac51c1c13dcfe5e66294c6e81b09e8 Author: Daniel Juyung Seo <[email protected]> Date: Fri Feb 28 02:45:28 2014 +0900 fileselector: added more description to is_save_set api. --- src/lib/elc_fileselector_legacy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elc_fileselector_legacy.h b/src/lib/elc_fileselector_legacy.h index aff3456..d8d7b8d 100644 --- a/src/lib/elc_fileselector_legacy.h +++ b/src/lib/elc_fileselector_legacy.h @@ -17,7 +17,7 @@ EAPI Evas_Object *elm_fileselector_add(Evas_Object *parent); * * @param obj The file selector object * @param is_save @c EINA_TRUE to make the file selector a "saving - * dialog", @c EINA_FALSE otherwise + * dialog", @c EINA_FALSE otherwise. Default is @c EINA_TRUE. * * Having the entry editable is useful on file saving dialogs on * applications, where one gives a file name to save contents to, --
