Wireshark-bugs: [Wireshark-bugs] [Bug 11979] Wireshark hangs when adding a new profile

Date: Fri, 08 Jan 2016 01:27:08 +0000

Comment # 1 on bug 11979 from
Perhaps the handler for the "OK" button should *not* do anything that causes
any redissection, and just set some indication of what the new profile is, and
the code that creates the dialog and calls its exec() method should first
remember what the old profile was and, if the exec() method returns
QDialog::Accepted and the new profile has a different name from the old
profile, do all the updating there.

I don't see anything in the QDialog documentation to say "don't do big UI stuff
in the handler for the Accepted signal", however.

Maybe there's a Qt bug somewhere?


You are receiving this mail because:
  • You are watching all bug changes.