Skip to content
Commit 99d8dca6 authored by Ahmad Samir's avatar Ahmad Samir Committed by Méven Car
Browse files

KMessageDialog: disconnect default buttonbox signals as we emit done() manually

QDialogButtonBox internally creates some default connections, e.g. connects
OK clicked() to accepted(); then we emit done(buttoncode), the resultant is
that one button press causes two clicked signals to get emitted; which leads
some interesting behavoiur, e.g. undo'ing a file copy in dolphin, invokes
the askuserdelete dialog, you click deleted and get a crash in KIO, since
the code tries to undo the copy twice...

BUG: 442332
FIXED-IN: 5.87
parent bf58e061
Loading
Loading
Loading
Pipeline #84517 passed with stage
in 1 minute and 23 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment