aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_packet_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/main_packet_list.c')
-rw-r--r--gtk/main_packet_list.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/main_packet_list.c b/gtk/main_packet_list.c
index 6a1532e0ef..fae0a0fd0d 100644
--- a/gtk/main_packet_list.c
+++ b/gtk/main_packet_list.c
@@ -40,7 +40,6 @@
#include <epan/strutil.h>
#include <epan/timestamp.h>
-#include "../globals.h"
#include "../color.h"
#include "../color_filters.h"
#include "../ui_util.h"
@@ -424,7 +423,7 @@ packet_list_click_column_cb (GtkCList *clist, gint column, gpointer data)
{
GtkWidget *menu;
gboolean right_justify = right_justify_column (column);
-
+
menus_set_column_align_default (right_justify);
menu = g_object_get_data (G_OBJECT(popup_menu_object), PM_PACKET_LIST_COL_KEY);