gems/menu_view: adaptation to new libc/vfs config

Issue #2217
This commit is contained in:
Norman Feske
2017-01-18 17:46:50 +01:00
committed by Christian Helmuth
parent ddcc1cf6aa
commit 645cd88a8b

View File

@ -64,11 +64,10 @@ class Launcher::Menu_view_slave
snprintf(config, sizeof(config), snprintf(config, sizeof(config),
"<config xpos=\"%d\" ypos=\"%d\">\n" "<config xpos=\"%d\" ypos=\"%d\">\n"
" <report hover=\"yes\"/>\n" " <report hover=\"yes\"/>\n"
" <libc>\n" " <libc stderr=\"/dev/log\"/>\n"
" <vfs>\n" " <vfs>\n"
" <tar name=\"menu_view_styles.tar\" />\n" " <tar name=\"menu_view_styles.tar\" />\n"
" </vfs>\n" " </vfs>\n"
" </libc>\n"
"</config>", "</config>",
pos.x(), pos.y()); pos.x(), pos.y());