* eet: fix API break.

SVN revision: 51084
This commit is contained in:
Cedric BAIL 2010-08-13 15:53:59 +00:00
parent 4cc5441313
commit 8a1a12333f
1 changed files with 1 additions and 1 deletions

View File

@ -1288,7 +1288,7 @@ efreet_desktop_edd_init(void)
Eet_Data_Descriptor *edd;
Eet_Data_Descriptor_Class eddc;
if (!eet_eina_file_data_descriptor_class_set(&eddc, "cache", sizeof(Efreet_Desktop))) return NULL;
if (!eet_eina_file_data_descriptor_class_set(&eddc, sizeof (eddc), "cache", sizeof(Efreet_Desktop))) return NULL;
edd = eet_data_descriptor_file_new(&eddc);
if (!edd) return NULL;
EET_DATA_DESCRIPTOR_ADD_BASIC(edd, Efreet_Desktop, "type", type, EET_T_INT);