diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-10-09 18:39:34 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-10-09 18:39:34 +0000 |
| commit | 80003bc4a4c2564c15e202a73bf2f2103e9a6407 (patch) | |
| tree | e9362aad8197e92cd0a2a90e1484f695f51493ed /apps/filetree.c | |
| parent | e1009476ca7df7e895199a66aef470f54502641f (diff) | |
| download | rockbox-80003bc4a4c2564c15e202a73bf2f2103e9a6407.zip rockbox-80003bc4a4c2564c15e202a73bf2f2103e9a6407.tar.gz rockbox-80003bc4a4c2564c15e202a73bf2f2103e9a6407.tar.bz2 rockbox-80003bc4a4c2564c15e202a73bf2f2103e9a6407.tar.xz | |
Fix a few problems with RTL, statusbar and custom ui viewport.
*text in statusbar jumped around
*custom ui vp wasn't refreshed properly on language changing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23053 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetree.c')
| -rw-r--r-- | apps/filetree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/filetree.c b/apps/filetree.c index d7e7722..8fbc39f 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -530,6 +530,7 @@ int ft_enter(struct tree_context* c) set_file(buf, (char *)global_settings.lang_file, MAX_FILENAME); talk_init(); /* use voice of same language */ + viewportmanager_theme_changed(THEME_LANGUAGE); splash(HZ, ID2P(LANG_LANGUAGE_LOADED)); } break; |