aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-11-20 23:21:33 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-11-20 23:21:33 +0000
commitd0b752c441d27051084262f84e3975a8a4b430ce (patch)
tree989b364f5cecc4d88a8dcb735b2c38dc892ca641
parent9dc828635daa86bb2736f7c32fa4a3a1e25e742f (diff)
Fix bug #1841: Crash after adding&deleting a column (while packet capture
is in progress). svn path=/trunk/; revision=23523
-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 d98111d892..2540102a3b 100644
--- a/gtk/packet_list.c
+++ b/gtk/packet_list.c
@@ -586,7 +586,7 @@ packet_list_recreate(void)
main_widgets_rearrange();
if(cfile.state != FILE_CLOSED)
- cf_reload(&cfile);
+ cf_redissect_packets(&cfile);
}
void