hopefully nobody noticed that this was completely broken when I first committed it

SVN revision: 75373
This commit is contained in:
Mike Blumenkrantz 2012-08-17 08:33:46 +00:00
parent 2580a8e278
commit 8fbbb8c002
1 changed files with 4 additions and 2 deletions

View File

@ -956,9 +956,11 @@ _e_shelf_del_cb(void *d)
}
static void
_e_shelf_free_cb(void *data __UNUSED__, void *ev)
_e_shelf_free_cb(void *data __UNUSED__, void *event)
{
E_Shelf *es = ev;
E_Event_Shelf *ev = event;
E_Shelf *es = ev->shelf;
free(ev);
if (!es->dummy)
_e_shelf_bindings_del(es);