aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column_info.h
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-04 20:15:10 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-04 20:15:10 +0000
commitffb7303d2eca0ef59585e72a4407845b88586bcf (patch)
tree0ea11efa36fc21fb021d7370d32a1e278f97cc69 /epan/column_info.h
parent17ed126dfb2323a69070284163e16e8534711edf (diff)
Fix for bug #93: changes to the columns has no effect until restart
These changes allow the packet list clist to be destroyed and recreated with the new column titles/values/order that the user changed in the preferences without restarting Wireshark. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22038 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/column_info.h')
-rw-r--r--epan/column_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/column_info.h b/epan/column_info.h
index 67e0ebd21f..b9589b2d09 100644
--- a/epan/column_info.h
+++ b/epan/column_info.h
@@ -47,6 +47,7 @@ typedef struct _column_info {
gchar **col_expr; /* Filter expression */
gchar **col_expr_val; /* Value for filter expression */
gboolean writable; /* Are we still writing to the columns? */
+ gboolean columns_changed; /* Have the columns been changed in the prefs? */
} column_info;
/*