From 2a0d09831074e6ed0b79f70d08d20cd3e3938b1d Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 25 Feb 2009 11:27:01 +0000 Subject: [PATCH] that was silly. actually assign the val SVN revision: 39204 --- src/lib/elm_main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/elm_main.c b/src/lib/elm_main.c index 15b5450..4aa361c 100644 --- a/src/lib/elm_main.c +++ b/src/lib/elm_main.c @@ -336,9 +336,7 @@ elm_quicklaunch_sub_init(int argc, char **argv) _elm_config->scale = (double)val / 1000.0; // FIXME: hack until e export finger size too if (!elm_finger_size) - { - 40.0 * _elm_config->scale; - } + _elm_config->finger_size = 40.0 * _elm_config->scale; } } #endif -- 2.7.4