From: Sung-jae Park Date: Tue, 25 Jun 2013 06:52:09 +0000 (+0900) Subject: Event filter value is changed to 0.01 X-Git-Tag: accepted/tizen/20131022.083701^2~19 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fframework%2Fweb%2Flivebox-viewer.git;a=commitdiff_plain;h=2e66e17bd16d7132018bc95daab345e7b1f4eb83 Event filter value is changed to 0.01 Change-Id: If3c5d64421f591205b1c000129fbb26414b94740 --- diff --git a/packaging/liblivebox-viewer.spec b/packaging/liblivebox-viewer.spec index 32ea4ff..580744e 100644 --- a/packaging/liblivebox-viewer.spec +++ b/packaging/liblivebox-viewer.spec @@ -1,6 +1,6 @@ Name: liblivebox-viewer Summary: Library for developing the application. -Version: 0.13.5 +Version: 0.13.6 Release: 1 Group: HomeTF/Livebox License: Flora License diff --git a/src/livebox.c b/src/livebox.c index 21b5667..ddebcbb 100644 --- a/src/livebox.c +++ b/src/livebox.c @@ -58,7 +58,7 @@ static struct info { .fault_list = NULL, .init_count = 0, .prevent_overwrite = 0, - .event_filter = 0.02f, + .event_filter = 0.01f, }; struct cb_info {