raster pushed a commit to branch master.

http://git.enlightenment.org/apps/rage.git/commit/?id=271711e2b4c4b1be90ea8eded20774aa7a83476b

commit 271711e2b4c4b1be90ea8eded20774aa7a83476b
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Aug 7 17:56:47 2014 +0900

    sue proper vid obj
---
 src/bin/video.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/video.c b/src/bin/video.c
index c2b624b..d96846e 100644
--- a/src/bin/video.c
+++ b/src/bin/video.c
@@ -812,7 +812,7 @@ video_lowquality_set(Evas_Object *obj, Eina_Bool lowq)
    Video *sd = evas_object_smart_data_get(obj);
    if (!sd) return;
    sd->lowqual = lowq;
-   emotion_object_smooth_scale_set(sd->o_vid, 
+   emotion_object_smooth_scale_set(sd->o_vid,
                                    (!sd->nosmooth) & (!sd->lowqual));
 }
 

-- 


Reply via email to