[dolphin] [Bug 430378] Pasting a folder which requires 'apply to all' box ticking, causes crash

TOM Harrison bugzilla_noreply at kde.org
Thu Dec 17 02:58:48 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=430378

TOM Harrison <l12436.tw at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |l12436.tw at gmail.com

--- Comment #2 from TOM Harrison <l12436.tw at gmail.com> ---
This issue seems lay in kio/src/widgets/renamedialog.cpp:696 which is 
    if (d->bOverwriteWhenOlder) {
        d->bOverwriteWhenOlder->setEnabled(applyAll);
    }

d->bOverwriteWhenOlder is incorrect memory address, it did not initialized in
constructor

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list