summaryrefslogtreecommitdiff
path: root/src/bin/test_web.c
diff options
context:
space:
mode:
authorIván Briano <sachieru@gmail.com>2011-10-21 20:56:09 +0000
committerIván Briano <sachieru@gmail.com>2011-10-21 20:56:09 +0000
commitdd10339906cfe1df205f80e1d9da3879be4bd0f1 (patch)
tree407b059c1720ac870d386b00fb10f79b0ce5a717 /src/bin/test_web.c
parent3603394607189bd93ec048a46ac02b7479cb187b (diff)
downloadelementary-dd10339906cfe1df205f80e1d9da3879be4bd0f1.tar.gz
Webkit changed API, we should dress accordingly.
SVN revision: 64267
Diffstat (limited to 'src/bin/test_web.c')
-rw-r--r--src/bin/test_web.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/test_web.c b/src/bin/test_web.c
index ecf8dc884..2c0941bac 100644
--- a/src/bin/test_web.c
+++ b/src/bin/test_web.c
@@ -218,7 +218,7 @@ _prompt_hook(void *data __UNUSED__, Evas_Object *obj __UNUSED__, const char *mes
}
static Evas_Object *
-_file_selector_hook(void *data __UNUSED__, Evas_Object *obj __UNUSED__, Eina_Bool allow_multiple __UNUSED__, const char *accept_types __UNUSED__, Eina_List **selected_files, Eina_Bool *response)
+_file_selector_hook(void *data __UNUSED__, Evas_Object *obj __UNUSED__, Eina_Bool allow_multiple __UNUSED__, Eina_List *accept_types __UNUSED__, Eina_List **selected_files, Eina_Bool *response)
{
*selected_files = eina_list_append(NULL,
strdup("/path/to/non_existing_file"));