More Info

Revision 758150

(Back to digest)
 

Bug Fixes in KDE Base

Benjamin K. Stuhl committed changes in /trunk/KDE/kdelibs:

Fix occasional blank KIO progress windows that crash when you interact with them

The problem was that jobs were not unregistered, and so if you happened to get a job allocated where a previous job had been, the old job was still registered and confused everything. Fix this by unregistering in the tracker widget's destructor, but make sure not to delete the widget twice.

File Changes

Modified 3 files
/trunk/KDE/kdelibs
 
/kdecore/jobs/kjobtrackerinterface.cpp
 
/kdeui/jobs/kwidgetjobtracker.cpp
 
/kdeui/jobs/kwidgetjobtracker_p.h
3 files changed in total