aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-10 20:16:14 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-10 20:16:14 +0000
commit58661444f375203f1b85c8d207a3846b9237156d (patch)
tree59931a347eb830e8f1e7254f9af4dfbaf6933e14 /file.c
parent11bf83fcb309486e988c1b267ff30d2c18750ccd (diff)
From Stig:
Invalidate cfile.current_row instead(revert 30910). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30925 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.c b/file.c
index 55957812b3..4d19f10f6d 100644
--- a/file.c
+++ b/file.c
@@ -1975,6 +1975,8 @@ rescan_packets(capture_file *cf, const char *action, const char *action_item,
/* Either the frame that was selected passed the filter, or we've
found the nearest displayed frame to that frame. Select it, make
it the focus row, and make it visible. */
+ /* Set to invalid to force update of packet list and packet details */
+ cf->current_row = -1;
if (selected_frame_num == 0) {
new_packet_list_select_first_row();
}else{