Completely forgot to ever build these. Burn data page is underway, dnd doesn't seem to work.

This commit is contained in:
Jaime Thomas
2008-12-22 01:12:16 +00:00
parent e1c915f177
commit 0ba5ca343f
8 changed files with 676 additions and 42 deletions

View File

@@ -347,12 +347,13 @@ ecdb_cb_welcome_page_buttons_clicked(void *data, Evas_Object *o,
swallow = evas_object_name_find(ecore_evas_get(em->main_win_ee),
"main_filelist");
/* Actually get this to do some stuff, instead of just for show like
* now
*/
if (!strcmp(source, "ecdb/burn_data"))
{
ecdb_filelist_show();
swallow = evas_object_name_find(ecore_evas_get(em->main_win_ee),
"welcome_page");
edje_object_signal_emit(swallow, "ecdb,welcome_page,hide", "ecdb");
ecdb_burn_data_page_show();
}
else if (!strcmp(source, "ecdb/erase"))
{