[PATCH setup] Make any MessageBox shown by the GuiParseFeedback class modal to the progress page

2018-01-23 Thread Jon Turney
--- ini.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ini.cc b/ini.cc index e9152ec..87443a8 100644 --- a/ini.cc +++ b/ini.cc @@ -108,11 +108,11 @@ public: } virtual void warning (const std::string& message)const { - mbox (0, message.c_str (),

Re: [PATCH setup libsolv, v2] Let the user review added dependencies

2018-01-23 Thread cyg Simple
On 1/22/2018 8:07 PM, Brian Inglis wrote: > On 2018-01-22 15:40, Ken Brown wrote: >> On 1/22/2018 4:51 PM, Brian Inglis wrote: >>> On 2018-01-22 10:37, Ken Brown wrote: If the solver found no problems but added packages to resolve dependencies, ask the user whether they want to review