Wireshark-commits: [Wireshark-commits] rev 51722: /trunk/ui/qt/ /trunk/ui/qt/: main_window.cpp

Date: Tue, 03 Sep 2013 15:35:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51722

User: jmayer
Date: 2013/09/03 08:35 AM

Log:
 Fix for
 QWidget::setWindowModified: The window title does not contain a '[*]' placeholder
 
 a) Add [*] to the window title.
 b) Also set the window title before calling setWindowModified
 
 Not really understanding what I'm doing here, just following the hints
 given in http://qt-project.org/forums/viewthread/2108
 
 Original logmessages when closing Wireshark while running a capture.
 
 17:23:39.652 Capture Msg  Capture stopped!
 17:23:39.653 Main Dbg  Callback: capture update finished
 QWidget::setWindowModified: The window title does not contain a '[*]' placeholder
 FIX: packet list heading menu sensitivity
 17:23:39.653  Dbg  FIX: capture_info_ui_destroy
 17:23:39.653 Main Dbg  Callback: Closing
 FIX: packet list heading menu sensitivity
 17:23:39.655 Main Dbg  Callback: Closed

Directory: /trunk/ui/qt/
  Changes    Path               Action
  +2 -2      main_window.cpp    Modified