http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49454
User: alagoutte
Date: 2013/05/20 11:56 AM
Log:
From Richard Turner via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8630 QtShark doesn't quit properly after closing the main window during initialization
When trying to close the QtShark application during its initialization process
(by hitting the "close" button), the processes "qtshark.exe" and "dumpcap.exe" don't terminate properly
The patch contains fix to:
1. QtShark doesn't quit properly after closing the main window during initialization
2. User is not prompted to save the capture to file when user chooses to exit
the program during capturing.
3. Bug exists in function MainWindow::testCaptureFileClose(bool from_quit, QString &before_what),
which prevent it from behaving correctly when from_quit == true.
Directory: /trunk/ui/qt/
Changes Path Action
+42 -25 main_window.cpp Modified