mixer key control broken .. to the point it segs now. :) patch over

seg. :)
This commit is contained in:
Carsten Haitzler 2013-03-29 19:24:22 +09:00
parent f2885af6b2
commit 8fc839e9c8
1 changed files with 1 additions and 0 deletions

View File

@ -467,6 +467,7 @@ _mixer_popup_key_down_cb(void *data, Ecore_Event_Key *ev)
E_Mixer_Instance *inst = data;
const char *keysym;
if (!inst) return ECORE_CALLBACK_PASS_ON;
keysym = ev->key;
if (strcmp(keysym, "Escape") == 0)
_mixer_popup_del(inst);