SVN revision: 25008
This commit is contained in:
sebastid 2006-08-21 16:18:49 +00:00 committed by sebastid
parent a69f4e71b3
commit f95391cf8f
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ _load_selected_gadgets(void *data)
if (!label) label = cc->name;
if (cc->func.icon) icon = cc->func.icon(evas);
e_widget_ilist_append(oi, icon, label, _cb_select_client_instance,
cfdata, (char *)cf_gcc->name);
cfdata, cf_gcc->name);
}
}
}