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; }