[Bug 165785] Plasmoid download via GetHotNewStuff Crash

Bernhard Friedreich friesoft at gmail.com
Sat Jul 5 12:57:17 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=165785         




------- Additional Comments From friesoft gmail com  2008-07-05 12:57 -------
this line seems to be responsible for this... as far as I can see all errors are reported by kfatal<<"message" which seems to open the crash dialog...
imho there should just be some kind of an error messagebox.

the specific line (to give an example):
kFatal() << "Installation of " << package << " failed!";

my proposal in Qt syntax ...no idea about KDE programming yet :-(
QMessageBox::critical(this, tr("Failure installing package"), tr("There has been an error during the install of package: ") + package);


More information about the Panel-devel mailing list