aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-03 14:32:11 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-03 14:32:11 +0000
commitbd69669e1dbd7e6419b7a4da38a45734f40ec52d (patch)
tree2b211e3a6aadd7e618fa91f6bdfe039d618857d9 /file.c
parent7b5da3039236cea67ab2d67ee4730f3eb4838085 (diff)
Make sure that we stop auto scroll if we start scrolling manually.
Caveat: we jump to first frame when auto scroll is stopped svn path=/trunk/; revision=29685
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 5a90bbea9b..ceb3390b13 100644
--- a/file.c
+++ b/file.c
@@ -753,6 +753,7 @@ cf_continue_tail(capture_file *cf, volatile int to_read, int *err)
*err = 0;
#ifdef NEW_PACKET_LIST
+ new_packet_list_check_end();
new_packet_list_freeze();
#else
packet_list_check_end();
@@ -882,6 +883,7 @@ cf_finish_tail(capture_file *cf, int *err)
}
#ifdef NEW_PACKET_LIST
+ new_packet_list_check_end();
new_packet_list_freeze();
#else
packet_list_check_end();