Summary: | Dolphin doesn't display folder names with '&' right in tab bar | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Lasse Liehu <lasse.liehu> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | frank78ac |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to fix it |
Description
Lasse Liehu
2009-01-24 15:41:13 UTC
Thanks for the bug report. I can confirm the issue in trunk rev. 917091. The problem is that QTabBar::setTabText() interprets the "&" in the directory name as an indicator for a keyboard shortcut. According to http://doc.trolltech.com/4.4/qtabwidget.html#setTabText , this can be avoided by passing "&&" instead of "&". Created attachment 30641 [details]
Patch to fix it
Thanks Frank for the patch, looks fine! I'll do a test and will commit the patch during the next week... SVN commit 919023 by ppenz: Backport of SVN commit 919021: Display correct folder names in tabs, if they contain a '&' character. Thanks to Frank Reininghaus for the patch! CCBUG: 181765 M +4 -0 dolphinmainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=919023 SVN commit 919021 by ppenz: Display correct folder names in tabs, if they contain a '&' character. Thanks to Frank Reininghaus for the patch! BUG: 181765 M +4 -0 dolphinmainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=919021 |