Some theme work. Beginning to work to an about page.

This commit is contained in:
Jaime Thomas
2009-02-19 02:02:43 +00:00
parent 6f03e042e1
commit 5da712af65
9 changed files with 400 additions and 8 deletions

View File

@ -84,6 +84,7 @@ extern int ECDB_FILELIST_SIZE_CHANGED;
#include "ecdb_burn_image_gui.h"
#include "ecdb_burn_data_gui.h"
#include "ecdb_filelist_custom.h"
#include "ecdb_about.h"
#endif

View File

@ -2,6 +2,6 @@
#ifndef ECDB_AUDIO_H
#define ECDB_AUDIO_H
void ecdb_audio_project_start(Ecdb_Audio_Project *proj);
void ecdb_audio_project_start(Ecdb_Audio_Project *proj);
#endif

View File

@ -226,7 +226,8 @@ _combo_cb_clicked(void *data, Evas_Object *obj __UNUSED__,
base_proj->drive = eina_list_nth(em->drives, sel);
/* Don't keep adding items to the combo if the drive hasn't changed */
if (base_proj->drive == ecdb_combo_data_get(proj->speed_combo));
if (base_proj->drive == ecdb_combo_data_get(proj->speed_combo))
return;
// Update the capacity here, as our capacity could change with the drive
ecore_event_add(ECDB_FILELIST_SIZE_CHANGED, NULL, NULL, NULL);