elm external: fileselector: enable the textblock when we are in the save mode

SVN revision: 56823
This commit is contained in:
Jonathan Atton 2011-02-08 22:09:26 +00:00
parent f10db79a73
commit 3cf19c064c
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ elm_fileselector_is_save_set(Evas_Object *obj,
Widget_Data *wd = elm_widget_data_get(obj);
if (!wd) return;
elm_object_disabled_set(wd->filename_entry, is_save);
elm_object_disabled_set(wd->filename_entry, !is_save);
if (is_save)
edje_object_signal_emit(wd->edje, "elm,state,save,on", "elm");