Summary: | Closing a second window loses the translation of the places that has to do with desktop search | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Cor Blom <cornelis> |
Component: | panels: places | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | web |
Priority: | NOR | ||
Version: | 4.13.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/8f0202514bf692d6b9b046063392151ee10e364c | Version Fixed In: | 4.13.2 |
Sentry Crash Report: |
Description
Cor Blom
2014-05-18 20:25:53 UTC
Thanks for the bug report! I can confirm the problem. There have been some discussions about this problem already: http://lists.kde.org/?t=139660468400004&r=1&w=2 Git commit 8f0202514bf692d6b9b046063392151ee10e364c by Frank Reininghaus. Committed on 20/05/2014 at 06:31. Pushed by freininghaus into branch 'KDE/4.13'. 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 M +1 -1 dolphin/src/panels/places/placesitem.cpp http://commits.kde.org/kde-baseapps/8f0202514bf692d6b9b046063392151ee10e364c *** Bug 335439 has been marked as a duplicate of this bug. *** |