aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-05 23:50:28 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-05 23:50:28 +0000
commitccf252bbd3981316663b0ee53bff7561e0f7ef36 (patch)
tree2b74e54c845ec2fbbd0b15b9b28c542ae9c77550 /ui_util.h
parentb0741946209325c980e51b0548f2571a938676e0 (diff)
Make sure the "auto scroll in live capture" toolbar button and menu item
correctly reflect the auto scroll state. Re-enable the ability to use the auto scroll toolbar button and menu item during a live capture. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23777 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_util.h b/ui_util.h
index 69cfc10eb8..6c8d94d5b8 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -69,7 +69,7 @@ gpointer packet_list_get_row_data(gint);
void packet_list_set_selected_row(gint);
gint packet_list_get_sort_column(void);
void packet_list_set_sort_column(void);
-gboolean packet_list_at_end(void);
+gboolean packet_list_check_end(void);
#ifdef __cplusplus