Patch from victor to fix removing modules via the "Set Contents" dialog.

SVN revision: 41966
This commit is contained in:
Christopher Michael 2009-08-25 06:06:26 +00:00
parent f7c44050c1
commit b877f2af7a
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ _cb_del(void *data, void *data2)
if (!(cfdata = data)) return;
i = -1;
EINA_LIST_FOREACH(e_widget_ilist_items_get(cfdata->o_avail), l, item)
EINA_LIST_FOREACH(e_widget_ilist_items_get(cfdata->o_sel), l, item)
{
const char *name = NULL;