Revision 4450f84...

Go back to digest for 7th July 2013

Bug Fixes in KDE Base

Fabio D'Urso committed changes in [kde-baseapps/KDE/4.11] /src:

Don't let HTML-like filenames be interpreted as HTML strings

So that filenames that look like HTML don't get fancy-formatted when
we show info about them (i.e. on hover)

This patch fixes the same issue in two places:
- dolphin, by setting Qt::PlainText on the status bar's label
- konqueror, by escaping setStatusBarText strings emitted by
DolphinPart


FIXED-IN: 4.11.0
REVIEW: 111746

File Changes

Modified 2 files
  • /src
  •   dolphin/dolphinpart.cpp
  •   dolphin/statusbar/dolphinstatusbar.cpp
2 files changed in total