Review Request: Strip duplicated path separators in KUrlNavigator

Raphael Kubo da Costa kubito at gmail.com
Mon Mar 30 00:09:31 BST 2009


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

Review request for Dolphin and kdelibs.


Summary
-------

This fixes bug 188417: when passing a path with duplicated separators (such as "/tmp//foo" or "/tmp//foo//bar") to KUrlNavigator, the breadcrumb is not displayed correctly (it only shows directories prior to the first duplicated separator -- in this case, '/' and 'tmp').

I just don't know if there are problems regarding creating a non-const KUrl url from const KUrl& newUrl in KUrlNavigator::setUrl.


This addresses bug 188417.
    https://bugs.kde.org/show_bug.cgi?id=188417


Diffs
-----

  /trunk/KDE/kdelibs/kfile/kurlnavigator.cpp 945690 

Diff: http://reviewboard.kde.org/r/470/diff


Testing
-------


Thanks,

Raphael





More information about the kde-core-devel mailing list