discomfitor pushed a commit to branch master.

commit 7e1843207cfabfbfbefd2cfbd9cfc0b70dcc30a1
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Mar 25 08:24:35 2013 +0000

    update azyshot to new api
---
 src/modules/shot/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/shot/e_mod_main.c b/src/modules/shot/e_mod_main.c
index 5fd8d6e..f1db4c1 100644
--- a/src/modules/shot/e_mod_main.c
+++ b/src/modules/shot/e_mod_main.c
@@ -422,7 +422,7 @@ _upload_complete_cb(void *data, int ev_type __UNUSED__, 
void *event)
    Eina_Binbuf *buf;
    if (ev->client != client) return ECORE_CALLBACK_RENEW;
    status = azy_net_code_get(azy_content_net_get(ev->content));
-   buf = azy_content_return_get(ev->content);
+   buf = azy_content_return_get(ev->content, NULL);
    eina_binbuf_append_char(buf, 0);
    url_ret = (char*)eina_binbuf_string_steal(buf);
 #else

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Reply via email to