aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-02 15:23:42 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-02 15:23:42 +0000
commit07e8972f61d89b6c7bb1fffb8591a65736319044 (patch)
tree79b0212a4607391e56d7e359f1aa052914bee5df /gtk/hostlist_table.c
parentf02a0353ac7ec930fd8ccf80c720e03554524086 (diff)
after retapping, immediately redraw table to avoid
annoying redraw even on "static" capture files svn path=/trunk/; revision=10770
Diffstat (limited to 'gtk/hostlist_table.c')
-rw-r--r--gtk/hostlist_table.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/hostlist_table.c b/gtk/hostlist_table.c
index 64288c25ea..f1436c5c2f 100644
--- a/gtk/hostlist_table.c
+++ b/gtk/hostlist_table.c
@@ -2,7 +2,7 @@
* modified from endpoint_talkers_table.c 2003 Ronnie Sahlberg
* Helper routines common to all host list taps.
*
- * $Id: hostlist_table.c,v 1.7 2004/05/01 19:24:44 ulfl Exp $
+ * $Id: hostlist_table.c,v 1.8 2004/05/02 15:23:42 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -592,6 +592,8 @@ init_hostlist_table(gboolean hide_ports, char *table_name, char *tap_name, char
gtk_widget_show_all(hosttable->win);
retap_packets(&cfile);
+ /* after retapping, immediately redraw table */
+ draw_hostlist_table_data(hosttable);
}
void