URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2fd7c922772c411bc8974c07f5d9c90e70395620
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
2fd7c92 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Fix conversation buttons.
Move parts of currentTabChanged to conversationSelectionChanged. This
lets us enable the "Follow Stream" and "Graph" buttons when either the
current tab or the current selection changes.
Bug: 12893
Change-Id: I025447d26073a938f2d8b5a8fcad7c0d5e855650
Reviewed-on: https://code.wireshark.org/review/18975
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from d30be94 Qt: fix heap-use-after-free when double-clicking a packet number
adds 2fd7c92 Qt: Fix conversation buttons.
Summary of changes:
ui/qt/conversation_dialog.cpp | 38 +++++++++++++++++++++++---------------
ui/qt/conversation_dialog.h | 1 +
2 files changed, 24 insertions(+), 15 deletions(-)