elm_web: Fix typo.

Thanks to ya-kov for reporting this.
This commit is contained in:
Ryuan Choi 2013-06-13 19:02:29 +09:00
parent eaa94c2688
commit ff89b116db
1 changed files with 1 additions and 1 deletions

View File

@ -1027,7 +1027,7 @@ _view_smart_callback_proxy_cb(void *data,
Elm_Web_Callback_Proxy_Context *ctxt = data;
if (!strcmp(ctxt->name, "uri,changed"))
evas_object_smart_callback_call(ctxt->obj, "url,changed";, event_info);
evas_object_smart_callback_call(ctxt->obj, "url,changed", event_info);
evas_object_smart_callback_call(ctxt->obj, ctxt->name, event_info);
}