garik pushed a commit to branch master.

commit d5b019b07897f374369536c73b4aaefc977cb6f3
Author: Igor Murzov <[email protected]>
Date:   Mon Apr 29 11:09:54 2013 +0400

    Fix incorrect format usage in E_CONFIGURE_OPTION_MINMAX_STEP_FMT
---
 src/bin/e_comp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 2ee86e8..4333117 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -4645,7 +4645,7 @@ _e_comp_cfg_init(void)
    /* FIXME: help text */
    co->funcs[1].none = co->funcs[0].none = e_comp_shadows_reset;
    E_CONFIGURE_OPTION_ADD(co, DOUBLE, first_draw_delay, conf, _("Initial draw 
timeout for newly-mapped composited windows"), _("composite"), _("border"), 
_("delay"));
-   E_CONFIGURE_OPTION_MINMAX_STEP_FMT(co, 0.01, 0.5, 0.01, _("1.2f seconds"));
+   E_CONFIGURE_OPTION_MINMAX_STEP_FMT(co, 0.01, 0.5, 0.01, _("%1.2f seconds"));
    /* FIXME: help text */
    co->funcs[1].none = co->funcs[0].none = e_comp_shadows_reset;
 
@@ -4679,7 +4679,7 @@ _e_comp_cfg_init(void)
    E_CONFIGURE_OPTION_ADD(co, BOOL, fps_show, conf, _("Show framerate when 
compositing windows"), _("composite"), _("border"));
    co->funcs[1].none = co->funcs[0].none = e_comp_shadows_reset;
    E_CONFIGURE_OPTION_ADD(co, DOUBLE_INT, fps_average_range, conf, _("Rolling 
average for fps display when compositing"), _("composite"), _("border"));
-   E_CONFIGURE_OPTION_MINMAX_STEP_FMT(co, 1, 120, 1, _("1.0f frames"));
+   E_CONFIGURE_OPTION_MINMAX_STEP_FMT(co, 1, 120, 1, _("%1.0f frames"));
    co->funcs[1].none = co->funcs[0].none = e_comp_shadows_reset;
    E_CONFIGURE_OPTION_ADD(co, ENUM, fps_corner, conf, _("Composite framerate 
display corner"), _("composite"), _("border"));
    co->info_cb = _e_comp_fps_corner_info_cb;

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to