Elm win: Fixed an OBVIOUS gcc warning.

SVN revision: 84242
This commit is contained in:
Tom Hacohen 2013-02-19 16:26:11 +00:00
parent 912eac55ce
commit 1cc1651f6c
1 changed files with 1 additions and 1 deletions

View File

@ -1133,7 +1133,7 @@ _elm_win_smart_event(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
{
if (evas_key_modifier_is_set(ev->modifiers, "Control") ||
evas_key_modifier_is_set(ev->modifiers, "Alt"))
return EINA_FALSE;
return;
if (evas_key_modifier_is_set(ev->modifiers, "Shift"))
elm_widget_focus_cycle(obj, ELM_FOCUS_PREVIOUS);
else