From eb938ce4ce62ad0f0057fe60e58002e88831d75d Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 4 Jan 2016 20:28:39 +0100 Subject: [PATCH] opkg_manager: disable "key_up" after updating packages Signed-off-by: Thilo Graf I think too. Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/fccb831b050ed8d69c48ba9bfa3efa48f2eac5f0 Author: Stefan Seyfried Date: 2016-01-04 (Mon, 04 Jan 2016) --- src/gui/opkg_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/opkg_manager.cpp b/src/gui/opkg_manager.cpp index 2c687fc5f..321f6b2f5 100644 --- a/src/gui/opkg_manager.cpp +++ b/src/gui/opkg_manager.cpp @@ -212,7 +212,9 @@ int COPKGManager::exec(CMenuTarget* parent, const string &actionKey) } else installed = true; refreshMenu(); + /* I don't think ending up at the last package in the list is a good idea... g_RCInput->postMsg((neutrino_msg_t) CRCInput::RC_up, 0); + */ return res; }