ryuan pushed a commit to branch master.

commit cf4f4406228d570f0acaba13f2c8e7d3aa49472a
Author: Ryuan Choi <[email protected]>
Date:   Thu Jun 13 19:02:29 2013 +0900

    elm_web: Fix typo.
    
    Thanks to ya-kov for reporting this.
---
 src/lib/elm_web.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_web.c b/src/lib/elm_web.c
index 070f6e8..5364913 100644
--- a/src/lib/elm_web.c
+++ b/src/lib/elm_web.c
@@ -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);
 }

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to