Add a frame outline, and hide the filelist on erase action.
This commit is contained in:
@ -524,6 +524,9 @@ ecdb_erase_page_show(void)
|
||||
swallow = evas_object_name_find(ecore_evas_get(em->main_win_ee),
|
||||
"erase_page");
|
||||
|
||||
/* Hide the filelist as it isn't needed to erase a disc */
|
||||
edje_object_signal_emit(gui, "ecdb,filelist,hide", "ecdb");
|
||||
|
||||
if (!swallow)
|
||||
{
|
||||
Evas_Coord x, y, w, h;
|
||||
|
Reference in New Issue
Block a user