raster pushed a commit to branch master.

commit 373e878595c82685e58b2e5b91e4cf11a85bea21
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sat Aug 10 16:51:26 2013 +0900

    change -> changed ... and make flush timeout 5s
---
 src/bin/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index 5b5dd47..9f40363 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -920,8 +920,8 @@ _cb_flush(void *data __UNUSED__)
 static void
 _cb_change(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event 
__UNUSED__)
 {
-   if (!flush_timer) flush_timer = ecore_timer_add(0.25, _cb_flush, NULL);
-   else ecore_timer_delay(flush_timer, 0.25);
+   if (!flush_timer) flush_timer = ecore_timer_add(5.0, _cb_flush, NULL);
+   else ecore_timer_delay(flush_timer, 5.0);
 }
 
 static void
@@ -2142,7 +2142,7 @@ main_term_new(Win *wn, Config *config, const char *cmd,
    edje_object_part_swallow(term->base, "terminology.content", o);
    edje_object_part_swallow(term->bg, "terminology.content", term->base);
    evas_object_smart_callback_add(o, "options", _cb_options, term);
-   evas_object_smart_callback_add(o, "change", _cb_change, term);
+   evas_object_smart_callback_add(o, "changed", _cb_change, term);
    evas_object_smart_callback_add(o, "exited", _cb_exited, term);
    evas_object_smart_callback_add(o, "bell", _cb_bell, term);
    evas_object_smart_callback_add(o, "popup", _cb_popup, term);

-- 

------------------------------------------------------------------------------
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