fix fill call - that was just unsafe

SVN revision: 30255
This commit is contained in:
Carsten Haitzler 2007-06-05 15:13:08 +00:00
parent 1995d88b51
commit 06bee9effc
2 changed files with 1 additions and 8 deletions

View File

@ -165,13 +165,6 @@ EAPI void e_fm2_pan_child_size_get(Evas_Object *obj, Evas_Coord
EAPI void e_fm2_all_icons_update(void);
/*
EAPI void e_fm2_fop_delete_add(Evas_Object *obj, E_Fm2_Icon_Info *ici);
EAPI void e_fm2_fop_move_add(Evas_Object *obj, const char *src, const char *dst, const char *rel, int after, int file_add);
EAPI void e_fm2_fop_link_add(Evas_Object *obj, const char *src, const char *dst);
EAPI void e_fm2_fop_add_add(Evas_Object *obj, const char *file, const char *rel, int after);
*/
EAPI Evas_Object *
e_fm2_icon_get(Evas *evas, E_Fm2_Icon *ic,
void (*gen_func) (void *data, Evas_Object *obj, void *event_info),

View File

@ -536,7 +536,7 @@ _ibox_icon_fill(IBox_Icon *ic)
static void
_ibox_icon_fill_label(IBox_Icon *ic)
{
char *label;
char *label = NULL;
switch (ic->ibox->icon_label)
{