https://bugs.kde.org/show_bug.cgi?id=409722
Toni Asensi Esteve <toni.ase...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kru | |sader/c264e2a3deedff575130b | |e97ac31a8ec9c47e630 --- Comment #8 from Toni Asensi Esteve <toni.ase...@kdemail.net> --- Git commit c264e2a3deedff575130be97ac31a8ec9c47e630 by Toni Asensi Esteve. Committed on 15/09/2019 at 17:14. Pushed by asensi into branch 'master'. Avoid that Krusader crashes when trying to view any archive using the ark part Note: About checking the return value of the `cpart->openUrl(curl);` sentence, Elvis Angelaccio wrote in <https://bugs.kde.org/show_bug.cgi?id=409722> that "the Ark Part returns false in the openUrl() method even if it is actually opening the archive as requested. While this may be considered a partial abuse of the KParts api, it is done for a reason (that is, ark loads the archives asynchronously). [...] Krusader [could] use the part's completed() and canceled() signals instead." FIXED: [ 409722 ] Krusader crash when trying to view any archive using the ark part Differential Revision: https://phabricator.kde.org/D23243 M +22 -4 krusader/KViewer/panelviewer.cpp https://commits.kde.org/krusader/c264e2a3deedff575130be97ac31a8ec9c47e630 -- You are receiving this mail because: You are watching all bug changes.