seoz pushed a commit to branch master.

commit 4e387fca8816196e4d5b1a273b299be2271b8dbe
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri Jun 7 00:35:48 2013 +0900

    elm_entry.c: put focused and unfocused together for the readability.
---
 src/lib/elm_entry.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c
index dd2f11a..4163d29 100644
--- a/src/lib/elm_entry.c
+++ b/src/lib/elm_entry.c
@@ -35,6 +35,7 @@ static const char SIG_CLICKED_TRIPLE[] = "clicked,triple";
 static const char SIG_CURSOR_CHANGED[] = "cursor,changed";
 static const char SIG_CURSOR_CHANGED_MANUAL[] = "cursor,changed,manual";
 static const char SIG_FOCUSED[] = "focused";
+static const char SIG_UNFOCUSED[] = "unfocused";
 static const char SIG_LANG_CHANGED[] = "language,changed";
 static const char SIG_LONGPRESSED[] = "longpressed";
 static const char SIG_MAX_LENGTH[] = "maxlength,reached";
@@ -50,7 +51,6 @@ static const char SIG_SELECTION_START[] = "selection,start";
 static const char SIG_TEXT_SET_DONE[] = "text,set,done";
 static const char SIG_THEME_CHANGED[] = "theme,changed";
 static const char SIG_UNDO_REQUEST[] = "undo,request";
-static const char SIG_UNFOCUSED[] = "unfocused";
 static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    {SIG_ABORTED, ""},
    {SIG_ACTIVATED, ""},
@@ -68,6 +68,7 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    {SIG_CURSOR_CHANGED, ""},
    {SIG_CURSOR_CHANGED_MANUAL, ""},
    {SIG_FOCUSED, ""},
+   {SIG_UNFOCUSED, ""},
    {SIG_LANG_CHANGED, ""},
    {SIG_LONGPRESSED, ""},
    {SIG_MAX_LENGTH, ""},
@@ -83,7 +84,6 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    {SIG_TEXT_SET_DONE, ""},
    {SIG_THEME_CHANGED, ""},
    {SIG_UNDO_REQUEST, ""},
-   {SIG_UNFOCUSED, ""},
    {NULL, NULL}
 };
 

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to