From: sachiel 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: REL_F_I9500_20120323_1~17^2~2074 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19f0b1231e554744af397c8e641e272c2c95a2ad;p=framework%2Fuifw%2Felementary.git Let's return from Bizarro world. Things working backwards may be fun, but they are a bit confusing. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61961 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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[] = {