diff options
author | Iván Briano <sachieru@gmail.com> | 2011-08-01 19:41:56 +0000 |
---|---|---|
committer | Iván Briano <sachieru@gmail.com> | 2011-08-01 19:41:56 +0000 |
commit | 2a80e93e38855585bef6758583cf6c5a8c8bf40f (patch) | |
tree | bf7570b5ca495bc3170efffbe8e40a756541b08b /src | |
parent | 814151560b12cd2517a03d9952e680a210104a6c (diff) | |
download | elementary-2a80e93e38855585bef6758583cf6c5a8c8bf40f.tar.gz |
Let's return from Bizarro world. Things working backwards may be fun, but they are a bit confusing.
SVN revision: 61961
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/elm_win.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c index 061b46c8c..098b9db65 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[] = { |