mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
opkg_manager: do not read package list twice on start
checkUpdates() already gets the package list and the list of
upgradables, so it is unnecessary to do this again immediately
afterwards.
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Commit: 45707de09e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-04 (Mon, 04 Jan 2016)
This commit is contained in:
committed by
vanhofen
parent
490b0e38de
commit
cb35c2ec4c
@@ -464,7 +464,9 @@ bool COPKGManager::checkUpdates(const std::string & package_name, bool show_prog
|
||||
status.hide();
|
||||
}
|
||||
|
||||
#if 0
|
||||
pkg_map.clear();
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
}
|
||||
@@ -493,8 +495,10 @@ int COPKGManager::showMenu()
|
||||
if (checkUpdates())
|
||||
DisplayInfoMessage(g_Locale->getText(LOCALE_OPKG_MESSAGEBOX_UPDATES_AVAILABLE));
|
||||
|
||||
#if 0
|
||||
getPkgData(OM_LIST);
|
||||
getPkgData(OM_LIST_UPGRADEABLE);
|
||||
#endif
|
||||
|
||||
menu = new CMenuWidget(g_Locale->getText(LOCALE_SERVICEMENU_UPDATE), NEUTRINO_ICON_UPDATE, width, MN_WIDGET_ID_SOFTWAREUPDATE);
|
||||
menu->addIntroItems(LOCALE_OPKG_TITLE, NONEXISTANT_LOCALE, CMenuWidget::BTN_TYPE_BACK, CMenuWidget::BRIEF_HINT_YES);
|
||||
|
Reference in New Issue
Block a user