mixer key control broken .. to the point it segs now. :) patch over
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 29 Mar 2013 10:24:22 +0000 (19:24 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 29 Mar 2013 10:24:22 +0000 (19:24 +0900)
seg. :)

src/modules/mixer/e_mod_main.c

index 27ea786..5fd8f14 100644 (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);