aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ws_ui_util.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-04-16 08:53:54 +0200
committerAnders Broman <a.broman58@gmail.com>2018-04-16 20:16:00 +0000
commit5e7cd2dfc6634fcdb005eef5ba3a7c3852b20a9a (patch)
tree30da86a606ff40ecf29e0bb2d526f1e5ddce27d0 /ui/ws_ui_util.h
parent129d574d96556e32ce66a8056b53b289cf246461 (diff)
Qt: Rename packet_list_enable_color
Rename packet_list_enable_color() to packet_list_recolor_packets() to reflect what it does. Remove the call from where it's not needed. Change-Id: I55dd1a9af8f5b1dbd83b06136a5bbcfddea06cdb Reviewed-on: https://code.wireshark.org/review/26959 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/ws_ui_util.h')
-rw-r--r--ui/ws_ui_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ws_ui_util.h b/ui/ws_ui_util.h
index 20cf4d3fe3..03a1415d6c 100644
--- a/ui/ws_ui_util.h
+++ b/ui/ws_ui_util.h
@@ -64,7 +64,7 @@ void packet_list_prev(void);
guint packet_list_append(column_info *cinfo, frame_data *fdata);
frame_data *packet_list_get_row_data(gint row);
void packet_list_set_selected_row(gint row);
-void packet_list_enable_color(gboolean enable);
+void packet_list_recolor_packets(void);
void packet_list_queue_draw(void);
void packet_list_select_first_row(void);
void packet_list_moveto_end(void);