From: Iván Briano Date: Mon, 1 Aug 2011 19:41:56 +0000 (+0000) Subject: Let's return from Bizarro world. Things working backwards may be fun, but they are... X-Git-Tag: v1.0.0~2337 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a80e93e38855585bef6758583cf6c5a8c8bf40f;p=platform%2Fupstream%2Felementary.git Let's return from Bizarro world. Things working backwards may be fun, but they are a bit confusing. SVN revision: 61961 --- diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c index 061b46c..098b9db 100644 --- a/src/lib/elm_win.c +++ b/src/lib/elm_win.c @@ -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[] = {