elm external: fileselector: enable the textblock when we are in the save mode
authorwatchwolf <watchwolf@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 8 Feb 2011 22:09:26 +0000 (22:09 +0000)
committerwatchwolf <watchwolf@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 8 Feb 2011 22:09:26 +0000 (22:09 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@56823 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elc_fileselector.c

index de3c073..4dffb04 100644 (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");