shelf content change handle - only show again if hidden bc its a shelf

This commit is contained in:
Carsten Haitzler 2020-05-05 12:45:16 +01:00
parent a99bb0e179
commit e3b909538c
1 changed files with 2 additions and 1 deletions

View File

@ -599,7 +599,8 @@ _cb_del(void *data, void *data2 EINA_UNUSED)
e_shelf_hide(cfdata->gc->shelf);
e_gadcon_unpopulate(cfdata->gc);
e_gadcon_populate(cfdata->gc);
e_shelf_show(cfdata->gc->shelf);
if (cfdata->gc->shelf)
e_shelf_show(cfdata->gc->shelf);
}
e_config_save_queue();
}