Let's return from Bizarro world. Things working backwards may be fun, but they are a bit confusing.

SVN revision: 61961
This commit is contained in:
Iván Briano 2011-08-01 19:41:56 +00:00
parent 5286f7a506
commit 0fa864922d
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ static void _elm_win_focus_highlight_anim_end(void *data, Evas_Object *obj, cons
static void _elm_win_focus_highlight_reconfigure(Elm_Win *win);
static const char SIG_DELETE_REQUEST[] = "delete,request";
static const char SIG_FOCUS_OUT[] = "focus,in";
static const char SIG_FOCUS_IN[] = "focus,out";
static const char SIG_FOCUS_OUT[] = "focus,out";
static const char SIG_FOCUS_IN[] = "focus,in";
static const char SIG_MOVED[] = "moved";
static const Evas_Smart_Cb_Description _signals[] = {