- dont fiddle with the keyboard if we dont have a win assigned

SVN revision: 18221
This commit is contained in:
codewarrior 2005-11-02 16:18:18 +00:00 committed by codewarrior
parent a4b88871a1
commit ded6eadf00
1 changed files with 2 additions and 0 deletions

View File

@ -2420,6 +2420,8 @@ _e_fm_win_key_down_cb(void *data, int type, void *event)
sd = data;
// make this call generic
if(!sd->win)
return;
if (ev->win != ecore_evas_software_x11_subwindow_get(sd->win->ecore_evas))
return 1;