aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-12-05 23:50:28 +0000
committerGerald Combs <gerald@wireshark.org>2007-12-05 23:50:28 +0000
commite66660cd8458e00ef70d1cca90dc7882ff129720 (patch)
tree2b74e54c845ec2fbbd0b15b9b28c542ae9c77550 /ui_util.h
parent325b3355053c477c2877d10bf6721ead9c416e16 (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. svn path=/trunk/; revision=23777
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