fix loop - also some comments on dialog thing. its nto good yet.

SVN revision: 17529
This commit is contained in:
Carsten Haitzler 2005-10-14 04:18:01 +00:00
parent 6f92755bea
commit bc4b06d99b
2 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,13 @@
*/
#include "e.h"
/* FIXME:
* * Having 2 cfdata creates is useless. roll the basic and advanced into 1 and
* simply have 2 different views on the same dataset
* * We have no way of associating this config data WITH another object (like
* a window border) so we need a way to pass that in.
*/
/* local subsystem functions */
static void _e_config_dialog_free(E_Config_Dialog *cfd);
static void _e_config_dialog_go(E_Config_Dialog *cfd, E_Config_Dialog_CFData_Type type);

View File

@ -305,6 +305,8 @@ e_util_edje_icon_list_set(Evas_Object *obj, char *list)
free(buf);
return 1;
}
free(buf);
return 0;
}
}
free(buf);