Summary: | Directory loading has been cancelled sometimes falsly triggered | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Kai Uwe Broulik <kde> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emmanuelpescosta099 |
Priority: | NOR | ||
Version: | 2.1.85 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/07ee7c0658617cb55c7cc2a6da34df9469bc62fc | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
Kai Uwe Broulik
2012-12-16 15:41:18 UTC
Thanks for reporting. I guess this was caused by https://git.reviewboard.kde.org/r/107116/. @Emmanuel: I haven't looked at this in detail yet, but maybe we could emit DolphinView's directoryLoadingCanceled() signal in void DolphinView::stopLoading(), rather than forwarding the signal from the dir lister via the model and the view? I wasn't aware that KDirLister also emits its canceled() signal when an error occurs. (In reply to comment #1) > Thanks for reporting. I guess this was caused by > https://git.reviewboard.kde.org/r/107116/. > > @Emmanuel: I haven't looked at this in detail yet, but maybe we could emit > DolphinView's directoryLoadingCanceled() signal in void > DolphinView::stopLoading(), rather than forwarding the signal from the dir > lister via the model and the view? I wasn't aware that KDirLister also emits > its canceled() signal when an error occurs. Ok, I will fix it as soon as possible ;) Great, thanks! Review-Request: https://git.reviewboard.kde.org/r/107787/ Git commit cc1abb2f8fe9eb1482380c37468dd00806675a47 by Emmanuel Pescosta. Committed on 19/12/2012 at 14:03. Pushed by emmanuelp into branch 'master'. Fix Bug 311782 - Directory loading has been cancelled sometimes falsly triggered which was introduced by commit 9dbc24fd647e0457d50ec901d33100c33967be68 REVIEW: 107787 FIXED-IN: 4.10 M +1 -1 dolphin/src/dolphinviewcontainer.cpp http://commits.kde.org/kde-baseapps/cc1abb2f8fe9eb1482380c37468dd00806675a47 Git commit 07ee7c0658617cb55c7cc2a6da34df9469bc62fc by Emmanuel Pescosta. Committed on 19/12/2012 at 17:31. Pushed by emmanuelp into branch 'KDE/4.10'. Fix Bug 311782 - Directory loading has been cancelled sometimes falsly triggered which was introduced by commit 9dbc24fd647e0457d50ec901d33100c33967be68 REVIEW: 107787 FIXED-IN: 4.10 M +1 -1 dolphin/src/dolphinviewcontainer.cpp http://commits.kde.org/kde-baseapps/07ee7c0658617cb55c7cc2a6da34df9469bc62fc |