Merge pull request #2958 from lakkatv/master

(Lakka) Disable buildbot updaters
This commit is contained in:
Twinaphex 2016-05-06 15:55:36 +02:00
commit cdd199f763

View File

@ -2394,8 +2394,12 @@ static int menu_displaylist_parse_options(
menu_hash_to_str(MENU_LABEL_VALUE_UPDATE_LAKKA),
menu_hash_to_str(MENU_LABEL_UPDATE_LAKKA),
MENU_SETTING_ACTION, 0, 0);
#endif
menu_entries_add(info->list,
menu_hash_to_str(MENU_LABEL_VALUE_THUMBNAILS_UPDATER_LIST),
menu_hash_to_str(MENU_LABEL_THUMBNAILS_UPDATER_LIST),
MENU_SETTING_ACTION, 0, 0);
#else
menu_entries_add(info->list,
menu_hash_to_str(MENU_LABEL_VALUE_CORE_UPDATER_LIST),
menu_hash_to_str(MENU_LABEL_CORE_UPDATER_LIST),
@ -2452,6 +2456,8 @@ static int menu_displaylist_parse_options(
MENU_SETTING_ACTION, 0, 0);
#endif
#endif
#else
menu_entries_add(info->list,
menu_hash_to_str(MENU_LABEL_VALUE_NO_ITEMS),