elementary/elm_entry.c : Just changed lines for the sequence of alphbet.

This commit is contained in:
WooHyun Jung 2013-05-06 21:01:50 +09:00
parent 7e9ef0f10d
commit 267462dd00
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ static const char SIG_SELECTION_COPY[] = "selection,copy";
static const char SIG_SELECTION_CUT[] = "selection,cut"; static const char SIG_SELECTION_CUT[] = "selection,cut";
static const char SIG_SELECTION_PASTE[] = "selection,paste"; static const char SIG_SELECTION_PASTE[] = "selection,paste";
static const char SIG_SELECTION_START[] = "selection,start"; static const char SIG_SELECTION_START[] = "selection,start";
static const char SIG_THEME_CHANGED[] = "theme,changed";
static const char SIG_TEXT_SET_DONE[] = "text,set,done"; 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_UNDO_REQUEST[] = "undo,request";
static const char SIG_UNFOCUSED[] = "unfocused"; static const char SIG_UNFOCUSED[] = "unfocused";
static const Evas_Smart_Cb_Description _smart_callbacks[] = { static const Evas_Smart_Cb_Description _smart_callbacks[] = {
@ -80,8 +80,8 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
{SIG_SELECTION_CUT, ""}, {SIG_SELECTION_CUT, ""},
{SIG_SELECTION_PASTE, ""}, {SIG_SELECTION_PASTE, ""},
{SIG_SELECTION_START, ""}, {SIG_SELECTION_START, ""},
{SIG_THEME_CHANGED, ""},
{SIG_TEXT_SET_DONE, ""}, {SIG_TEXT_SET_DONE, ""},
{SIG_THEME_CHANGED, ""},
{SIG_UNDO_REQUEST, ""}, {SIG_UNDO_REQUEST, ""},
{SIG_UNFOCUSED, ""}, {SIG_UNFOCUSED, ""},
{NULL, NULL} {NULL, NULL}