Wireshark-commits: [Wireshark-commits] rev 53516: /trunk/ui/qt/ /trunk/ui/qt/: main_window.cpp pack
Date: Fri, 22 Nov 2013 17:59:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53516

User: gerald
Date: 2013/11/22 05:59 PM

Log:
 Fix packet list selection signaling.
 
 It looks like resetting the packet list model during freezing and
 thawing disconnects the selection changed signal between the model and
 the main window. Rename the packet list's setMenusFollowStream signal to
 packetSelectionChanged and use it to trigger menu updates in the main
 window.

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