Add a frame outline, and hide the filelist on erase action.

This commit is contained in:
Jaime Thomas
2008-10-31 18:06:56 +00:00
parent 9347a5db9e
commit 5c3c2f192a
4 changed files with 31 additions and 0 deletions

View File

@ -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;