Fix for "FS#12430 - FM presets tags aren't dynamic in status bar."

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_10@31163 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-12-07 14:59:16 +00:00
parent 0be9570bd0
commit 6d06435c40

View file

@ -761,6 +761,8 @@ void radio_screen(void)
#endif
FOR_NB_SCREENS(i)
skin_update(FM_SCREEN, i, update_type);
if (update_type == (int)SKIN_REFRESH_ALL)
skin_request_full_update(CUSTOM_STATUSBAR);
}
}
update_type = 0;