Hello,
        I just noticed that elm_fileselector_is_save_[sg]et contradict.

Set uses:
        elm_object_disabled_set(wd->filename_entry, !is_save);
whereas get uses:
        return elm_object_disabled_get(wd->filename_entry);

I'm happy to patch, just want to check the later one should be:
        return !elm_object_disabled_get(wd->filename_entry);

        Or is my brain in reverse.

        Regards,
        nash



------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to