https://bugzilla.novell.com/show_bug.cgi?id=302409#c2 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|lslezak@novell.com | Resolution| |LATER --- Comment #2 from Ladislav Slezak <lslezak@novell.com> 2007-09-10 08:57:03 MST --- The problem is that popup is displayed by YCP clients, they can show whatever they want or even ignore the error. Some of them use Report::LongWarning/Error() or Popup::AnyQuestionRichText() which uses `RichText so it's OK. Report::Error() or Popup::YesNo() might be problematic. PkgLastError() returns complete error message with history because it was easy to implement to 10.3. After 10.3, Pkg::LastError() should return just the last problem, history should be available in Pkg::LastErrorDetails(). And there should be a new function available which would hide all implementation details, something like Report::PkgError(string header) which would display the header, the error message and "Show details" checkbox to show the history. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.