aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-07-05 09:05:27 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-07-05 09:05:27 +0000
commit7b64be6a80a4c9e35c970099e243c6632183a1ee (patch)
treee50a07dc3e18a6b61c6b6900c0f8408d209856e5 /gtk
parent2f1e6127aab64064019ccfb5707c179e2675c4bc (diff)
Revert COL_DSCP_VALUE back to value set in packet-ip.c.
Right justify COL_DSCP_VALUE (and COL_DCE_CALL as in the old packet list). svn path=/trunk/; revision=33430
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main_packet_list.c1
-rw-r--r--gtk/new_packet_list.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/gtk/main_packet_list.c b/gtk/main_packet_list.c
index dcfae185d5..9b8bbf82ab 100644
--- a/gtk/main_packet_list.c
+++ b/gtk/main_packet_list.c
@@ -190,6 +190,7 @@ right_justify_column (gint col)
case COL_PACKET_LENGTH:
case COL_CUMULATIVE_BYTES:
case COL_DCE_CALL:
+ case COL_DSCP_VALUE:
right_justify = TRUE;
break;
diff --git a/gtk/new_packet_list.c b/gtk/new_packet_list.c
index db254241a3..3198df9f77 100644
--- a/gtk/new_packet_list.c
+++ b/gtk/new_packet_list.c
@@ -156,6 +156,8 @@ right_justify_column (gint col)
case COL_NUMBER:
case COL_PACKET_LENGTH:
case COL_CUMULATIVE_BYTES:
+ case COL_DCE_CALL:
+ case COL_DSCP_VALUE:
right_justify = TRUE;
break;