Some theme work. Beginning to work to an about page.
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user