enventor - no don't delete the object

This commit is contained in:
ChunEon Park 2013-09-19 21:05:22 +09:00
parent 30218ea7dc
commit 52e5e71e7d
2 changed files with 2 additions and 1 deletions

View File

@ -170,6 +170,7 @@ static Eina_Bool
view_obj_idler_cb(void *data)
{
view_data *vd = data;
vd->layout = view_obj_create(vd, config_edj_path_get(vd->cd),
vd->group_name);
event_layer_set(vd);
@ -205,6 +206,7 @@ view_new(view_data *vd, const char *group)
{
eina_stringshare_replace(&vd->group_name, group);
ecore_idler_add(view_obj_idler_cb, vd);
view_part_highlight_set(vd, NULL);
}
void

View File

@ -465,7 +465,6 @@ config_update_cb(void *data, config_data *cd)
rebuild_edc();
edit_changed_set(ad->ed, EINA_FALSE);
view_new(VIEW_DATA, stats_group_name_get(ad->sd));
view_sync_cb(ad, NULL, NULL);
if (ad->edc_monitor) eio_monitor_del(ad->edc_monitor);
ad->edc_monitor = eio_monitor_add(config_edc_path_get(ad->cd));
}