reprotect _mixer_popup_key_down_cb

/me still asleep, it's better like this
This commit is contained in:
Jérémy Zurcher 2013-03-30 10:14:45 +01:00
parent cf2ef255c4
commit 3f34680b7a
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);