Revision 811443

Go back to digest for 25th May 2008

Bug Fixes in Multimedia

Michael Pyne committed changes in /branches/KDE/4.0/kdemultimedia/juk/juk.cpp:

Fix bug 144427 (JuK crashes if main window open on logout) in KDE 4.0.

I was not able to reproduce but the reporter did a very good job of hunting down the cause and came up with a patch which I tweaked to fix the underlying issue. Basically, we do too much in queryExit().

We already had a slot called slotAboutToQuit() (which was similarly mislabeled) so I used the "official" means of hooking up to QCoreApplication::aboutToQuit(), and implemented the reporter's patch of setting the deleted object to 0 in case we try to delete it again somehow.

File Changes

Modified 1 files
  • /branches/KDE/4.0/kdemultimedia/juk/juk.cpp
1 files changed in total