discomfitor pushed a commit to branch enlightenment-0.18.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=c7d344eaa1b167c8151974a93ff6ff0df0827690

commit c7d344eaa1b167c8151974a93ff6ff0df0827690
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Tue Jan 14 23:37:30 2014 -0500

    bugfix: unset video flag when failing to find teamwork media
---
 src/modules/teamwork/e_mod_tw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/teamwork/e_mod_tw.c b/src/modules/teamwork/e_mod_tw.c
index d224452..f3743f4 100644
--- a/src/modules/teamwork/e_mod_tw.c
+++ b/src/modules/teamwork/e_mod_tw.c
@@ -732,6 +732,7 @@ tw_media_get(const char *url, unsigned long long timestamp, 
Eina_Bool *video)
         eina_stringshare_del(alias);
         return buf;
      }
+   *video = 0;
    return NULL;
 }
 

-- 


Reply via email to