Typo, old typo.

SVN revision: 55363
This commit is contained in:
Gustavo Lima Chaves 2010-12-07 19:18:05 +00:00
parent 98c069eaef
commit 6461dbad0b
1 changed files with 4 additions and 4 deletions

View File

@ -31,10 +31,10 @@ static void
_current_sel_toggle(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
{
Evas_Object *fs_bt = data;
Eina_Bool value = elm_fileselector_button_folder_only_get(fs_bt);
elm_fileselector_button_folder_only_set(fs_bt, !value);
printf("Current selection entry display set to: %s\n",
value ? "false" : "true");
Eina_Bool value = elm_fileselector_button_is_save_get(fs_bt);
elm_fileselector_button_is_save_set(fs_bt, !value);
printf("Current selection editable entry set to: %s\n",
value ? "false" : "true");
}
static void