From 4f9a3df6c4a0fbb7fd418cd1a95a99f3e89a642f Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 11 Jun 2015 11:36:05 +0200 Subject: [PATCH] COPKGManager: lets see user install result in window --- src/gui/opkg_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/opkg_manager.cpp b/src/gui/opkg_manager.cpp index 2c1542481..a954d549b 100644 --- a/src/gui/opkg_manager.cpp +++ b/src/gui/opkg_manager.cpp @@ -819,7 +819,7 @@ bool COPKGManager::installPackage(const string& pkg_name, string options, bool f else{ string opts = " " + options + " "; - int r = execCmd(pkg_types[OM_INSTALL] + opts + pkg_name, CShellWindow::VERBOSE | CShellWindow::ACKNOWLEDGE_EVENT); + int r = execCmd(pkg_types[OM_INSTALL] + opts + pkg_name, CShellWindow::VERBOSE | CShellWindow::ACKNOWLEDGE_EVENT | CShellWindow::ACKNOWLEDGE); if (r){ switch(r){ case OM_OUT_OF_SPACE_ERR: