elementary: fix raster's bork.

SVN revision: 68836
This commit is contained in:
Cedric BAIL 2012-03-06 14:56:56 +00:00
parent 7ae28da2c5
commit d72546d2fb
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ elm_main(int argc __UNUSED__,
elm_object_content_set(frame, d.btn);
fprintf(stdout, "Elementary's finger size is set to %d pixels\n.",
elm_finger_size_get());
elm_config_finger_size_get());
elm_coords_finger_size_adjust(0, NULL, 3, &h);
/* so, button will be 3 fingers tall */
evas_object_size_hint_min_set(d.btn, 0, h);

View File

@ -146,7 +146,7 @@ elm_main(int argc __UNUSED__, char *argv[] __UNUSED__)
evas_object_smart_callback_add(o, "clicked", _btn_click_cb, NULL);
if (!strncmp(elm_engine_get(), "shot", 4))
if (!strncmp(elm_config_engine_get(), "shot", 4))
ecore_timer_add(0.1, _screenshot_hack_cb, o);
elm_run();