From 5c6237236e9f02ceb5b5193da6d42388671e34fe Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 22 Oct 2010 02:50:57 +0000 Subject: [PATCH] fix doc. SVN revision: 53756 --- src/lib/elm_entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c index 81da5fb85..13f811d30 100644 --- a/src/lib/elm_entry.c +++ b/src/lib/elm_entry.c @@ -69,7 +69,7 @@ * * Signals that you can add callbacks for are: * - "changed" - The text within the entry was changed - * - "activated" - The entry has received focus and the cursor + * - "activated" - The entry has had editing finished and changes are to be committed (generally when enter key is pressed) * - "press" - The entry has been clicked * - "longpressed" - The entry has been clicked for a couple seconds * - "clicked" - The entry has been clicked -- 2.34.1