From 8da63e17dc47f395b58a4e7740451e411546f32e Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 5 Oct 2014 00:24:27 +0200 Subject: [PATCH] COPKGManager: use ACKNOWLEDGE_MSG to show info message Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/86e35add16990b519e1e7e28b9de60775f154862 Author: Thilo Graf Date: 2014-10-05 (Sun, 05 Oct 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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 068d10584..287942a6b 100644 --- a/src/gui/opkg_manager.cpp +++ b/src/gui/opkg_manager.cpp @@ -404,7 +404,7 @@ fprintf(stderr, "execCmd(%s)\n", cmdstr); if (verbose) { cmd += " 2>&1"; int res; - CShellWindow(cmd, (verbose ? CShellWindow::VERBOSE : 0) | (acknowledge ? CShellWindow::ACKNOWLEDGE : 0), &res); + CShellWindow(cmd, (verbose ? CShellWindow::VERBOSE : 0) | (acknowledge ? CShellWindow::ACKNOWLEDGE_MSG : 0), &res); return res; } else { cmd += " 2>/dev/null >&2";