[Webkit-unassigned] [Bug 91956] [EFL] Change prototype of run_open_panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 07:56:34 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91956





--- Comment #2 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-07-25 07:56:37 PST ---
(From update of attachment 154315)
View in context: https://bugs.webkit.org/attachment.cgi?id=154315&action=review

> Source/WebKit/efl/ChangeLog:10
> +        i.e., change "Eina_Bool allows_multiple_files, Eina_List *accpet_types"

Nit: s/accpet/accept/

> Source/WebKit/efl/ewk/ewk_view.h:191
> -    Eina_Bool (*run_open_panel)(Ewk_View_Smart_Data *sd, Evas_Object *frame, Eina_Bool allows_multiple_files, Eina_List *accept_types, Eina_List **selected_filenames);
> +    Eina_Bool (*run_open_panel)(Ewk_View_Smart_Data *sd, Evas_Object *frame, Ewk_File_Chooser *file_chooser, Eina_List **selected_filenames);

Whenever you change this public smart class you must update EWK_VIEW_SMART_CLASS_VERSION below.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list