Revision 8f02025...

Go back to digest for 25th May 2014

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kde-baseapps/KDE/4.13] dolphin/src/panels/places/placesitem.cpp:

Do not lose translation of Places items if a Dolphin window is closed

If the "Places" are updated outside the current Dolphin process,
PlacesItemModel::updateBookmarks() is called, which invokes
PlacesItem::setBookmark(const KBookmark& bookmark) for each item. This
commit ensures that the correct translation is used for system
bookmarks like "Root", "Network", etc.

Without this patch, all Places entries in the remaining Dolphin windows
would switch to US English if one of multiple windows is closed.

See http://lists.kde.org/?t=139660468400004&r=1&w=2 for details.


REVIEW: 118207
FIXED-IN: 4.13.2

File Changes

Modified 1 files
  • dolphin/src/panels/places/placesitem.cpp
1 files changed in total