From ded6eadf0052b280666cc2dd5988303631bc8d65 Mon Sep 17 00:00:00 2001 From: codewarrior Date: Wed, 2 Nov 2005 16:18:18 +0000 Subject: [PATCH] - dont fiddle with the keyboard if we dont have a win assigned SVN revision: 18221 --- src/bin/e_fileman_smart.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_fileman_smart.c b/src/bin/e_fileman_smart.c index 3fdaacb85..71500c59d 100644 --- a/src/bin/e_fileman_smart.c +++ b/src/bin/e_fileman_smart.c @@ -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;