This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101374/

konqueror/src/konqview.cpp (Diff revision 3)
void KonqView::setCaption( const QString & caption )
661
        if adjustedCaption.isEmpty()
ahh... this is now missing both parentheses around the if statement and the opening brace.

- Dawit


On May 17th, 2011, 9:18 p.m., Burkhard Lück wrote:

Review request for KDE Base Apps, David Faure and Peter Penz.
By Burkhard Lück.

Updated May 17, 2011, 9:18 p.m.

Description

Konqueror in filemanager mode shows an empty tab title on browsing root (/) folder. Dolphin displays the tab title on root (/) folder properly, so this patch is a copy of three lines from dolphin dolphinmainwindow.cpp.

Testing

compiled and works for me
Bugs: 153573

Diffs

  • konqueror/src/konqview.cpp (699c9d5)

View Diff