hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=518f193d1e903e23d730238aec9efc9330cf81e2
commit 518f193d1e903e23d730238aec9efc9330cf81e2 Author: ChunEon Park <[email protected]> Date: Sat Aug 2 17:45:09 2014 +0900 goto: removed an empty line. --- src/bin/goto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/goto.c b/src/bin/goto.c index d92b6ff..7231be8 100644 --- a/src/bin/goto.c +++ b/src/bin/goto.c @@ -137,7 +137,6 @@ goto_open(edit_data *ed) elm_entry_single_line_set(entry, EINA_TRUE); elm_entry_scrollable_set(entry, EINA_TRUE); - digits_filter_data.accepted = "0123456789"; digits_filter_data.rejected = NULL; elm_entry_markup_filter_append(entry, elm_entry_filter_accept_set, --
