----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101469/ -----------------------------------------------------------
Review request for KDE Base Apps and Peter Penz. Summary ------- The attached patch fixes problems where Dolphin asks for passwords too many times when accessing remote servers. This issue happens because the main window is never associated with the KDirLister created by DolphinView::ViewAccessor. As a result, when KDirLister uses KIO to retrieve content from remote server that requires authorization, the password supplied by the user is never cached properly in KPasswdServer (missing window-id). Diffs ----- dolphin/src/views/dolphinview.cpp 1df8643 Diff: http://git.reviewboard.kde.org/r/101469/diff Testing ------- Thanks, Dawit
