aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-24 08:10:33 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-24 08:10:33 +0000
commit9bf46cd28630c680b314bc79752174437e782b22 (patch)
tree5551f995c8dffcfd729532b9e289326b7d6088ed /ui_util.h
parentb86e69f34852cff03a1f6d4578837465d6016a17 (diff)
When using the new packet list select the first packet when the file read is complete. This should take care of the crash when closing WS.
svn path=/trunk/; revision=29186
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui_util.h b/ui_util.h
index a16ddffb79..ec659c5c60 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -62,6 +62,7 @@ void new_packet_list_prev(void);
guint new_packet_list_append(column_info *cinfo, frame_data *fdata);
frame_data * new_packet_list_get_row_data(gint row);
void new_packet_list_enable_color(gboolean enable);
+void new_packet_list_select_first_row(void);
gint new_packet_list_find_row_from_data(gpointer data, gboolean select);
#else
/* packet list related functions */