delete the keybinding not something out of anywhere

SVN revision: 39455
This commit is contained in:
Hannes Janetzek 2009-03-12 21:34:31 +00:00
parent f7ad8fce82
commit d2c7479e37
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ _delete_key_binding_cb(void *data, void *data2)
/* FIXME: need confirmation dialog */
if (l)
{
bi = eina_list_data_get(data);
bi = eina_list_data_get(l);
eina_stringshare_del(bi->key);
eina_stringshare_del(bi->action);
eina_stringshare_del(bi->params);