Revision 769717

Go back to digest for 3rd February 2008

Bug Fixes in KDE Base

David Faure committed changes in /branches/KDE/4.0/kdelibs:

Fix crash in K*Run due to nested event loops (modal dialogs) deleting the KRun instance from a timer (e.g. the redirection timer in KHTML, #137678)

Revert Aurélien's KHTMLRun fix for netvibes.com: the KRun fix covers this case, and that KHTMLRun change introduced #156447.

Also deprecated a number of useless public methods in KRun (Tobias added getters/setters for all previously-protected variables, but some of them are really internal).

I wish I had reviewed this API before 4.0.0 :(

File Changes

Modified 4 files
  • /branches/KDE/4.0/kdelibs
  •   /khtml/khtml_run.cpp
  •   /kparts/browserrun.cpp
  •   /kio/kio/krun.cpp
  •   /kio/kio/krun.h
4 files changed in total