summaryrefslogtreecommitdiff
path: root/ui/gtk/goto_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-12-12 13:12:26 -0800
committerGuy Harris <guy@alum.mit.edu>2016-12-12 21:12:58 +0000
commit9e9b5ecc0c001b8f742746b2b9f0104bab9a9d9a (patch)
tree022227b3eba93ae1df728eee38972ec22099f395 /ui/gtk/goto_dlg.c
parent334485f65b1f35b193b18780cb7c166f62e1ffc9 (diff)
downloadwireshark-9e9b5ecc0c001b8f742746b2b9f0104bab9a9d9a.tar.gz
Move the declaration of packet_list_select_last_row() to ui/gtk/packet_list.h.
It's GTK+-only, so it shouldn't be in ui/ui_util.h. Get rid of the unused Qt packet list implementation of it. Change-Id: Ia9f8fe2209939dff5244e6948c36f29509340f68 Reviewed-on: https://code.wireshark.org/review/19226 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/gtk/goto_dlg.c')
-rw-r--r--ui/gtk/goto_dlg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/gtk/goto_dlg.c b/ui/gtk/goto_dlg.c
index dbfee24b8c..65a5bd86f2 100644
--- a/ui/gtk/goto_dlg.c
+++ b/ui/gtk/goto_dlg.c
@@ -27,7 +27,6 @@
#include <stdlib.h>
-
#include "../../globals.h"
#include "ui/simple_dialog.h"
@@ -35,7 +34,7 @@
#include "ui/gtk/dlg_utils.h"
#include "ui/gtk/gui_utils.h"
#include "ui/gtk/help_dlg.h"
-
+#include "ui/gtk/packet_list.h"
/* Capture callback data keys */
#define E_GOTO_FNUMBER_KEY "goto_fnumber_te"