SVN revision: 26589
This commit is contained in:
rephorm 2006-10-14 04:54:44 +00:00 committed by rephorm
parent 792bf1dab4
commit 5526d92029
2 changed files with 0 additions and 2 deletions

View File

@ -93,7 +93,6 @@ _e_color_dialog_cb_csel_change(void *data, Evas_Object *obj)
{
E_Color_Dialog *dia;
dia = data;
printf("COLOR DIALOG csel change\n");
if (dia->change_func && dia->color)
dia->change_func(dia, dia->color, dia->change_data);
}

View File

@ -79,7 +79,6 @@ _e_wid_color_change_cb(E_Color_Dialog *dia, E_Color *color, void *data)
{
E_Widget_Data *wd;
wd = data;
printf("COLOR WELL change_cb\n");
e_color_copy(color, wd->color);
_e_wid_update(wd);
}