aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-02-22 01:26:26 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-02-22 01:26:26 +0000
commit470000e6c1303eb01e99cc35beeac5aa3c9860fb (patch)
tree7ac9ee1f90fd7417f5505dfa564f81df5a7e779f /gtk
parentc7d656555a6e9cd96816a315a6abab6f2f3f31af (diff)
Use default numeric/text sort for custom columns also.
svn path=/trunk/; revision=24414
Diffstat (limited to 'gtk')
-rw-r--r--gtk/packet_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/packet_list.c b/gtk/packet_list.c
index 1b22315c91..f55738245b 100644
--- a/gtk/packet_list.c
+++ b/gtk/packet_list.c
@@ -207,7 +207,7 @@ packet_list_compare(EthCList *clist, gconstpointer ptr1, gconstpointer ptr2)
if ((col_fmt == COL_UNRES_SRC_PORT) || (col_fmt == COL_UNRES_DST_PORT) ||
((num1 != 0) && (num2 != 0) && ((col_fmt == COL_DEF_SRC_PORT) ||
(col_fmt == COL_RES_SRC_PORT) || (col_fmt == COL_DEF_DST_PORT) ||
- (col_fmt == COL_RES_DST_PORT)))) {
+ (col_fmt == COL_RES_DST_PORT))) || col_fmt == COL_CUSTOM) {
/* Compare numeric column */