seoz pushed a commit to branch master.

commit 37ed6667b79fe1d23527c09244eaa28394665d32
Author: Daniel Juyung Seo <[email protected]>
Date:   Mon Aug 12 13:35:27 2013 +0900

    test_photocam.c: very subtile change. use EINA_TRUE instead of 1.
---
 src/bin/test_photocam.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/test_photocam.c b/src/bin/test_photocam.c
index 9aa470c..770bfc9 100644
--- a/src/bin/test_photocam.c
+++ b/src/bin/test_photocam.c
@@ -388,7 +388,7 @@ test_photocam_remote(void *data __UNUSED__, Evas_Object 
*obj __UNUSED__, void *e
 
    rect = evas_object_rectangle_add(evas_object_evas_get(win));
    evas_object_color_set(rect, 0, 0, 0, 0);
-   evas_object_repeat_events_set(rect,1);
+   evas_object_repeat_events_set(rect, EINA_TRUE);
    evas_object_show(rect);
    evas_object_event_callback_add(rect, EVAS_CALLBACK_MOUSE_WHEEL, 
_photocam_mouse_wheel_cb, ph);
    evas_object_raise(rect);
@@ -414,7 +414,6 @@ test_photocam_remote(void *data __UNUSED__, Evas_Object 
*obj __UNUSED__, void *e
    evas_object_smart_callback_add(ph, "scroll", my_ph_scroll, win);
 
    elm_photocam_file_set(ph, url);
-
    evas_object_show(ph);
 
    tb2 = elm_table_add(win);

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to