aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ansi_a_stat.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-19 08:43:58 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-19 08:43:58 +0000
commit4a2cf95546ea0d8297748b3804d05363fee4d2c7 (patch)
tree8da732ee031f667ecf8c126a5e023e52891c92dd /gtk/ansi_a_stat.c
parent779154f2212a3862428fb9e059fbd1f6f5f4f497 (diff)
From Michael Lum:
Statistics data structure was not being passed to the draw routine. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15425 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/ansi_a_stat.c')
-rw-r--r--gtk/ansi_a_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/ansi_a_stat.c b/gtk/ansi_a_stat.c
index df57744b46..b4550ad6ab 100644
--- a/gtk/ansi_a_stat.c
+++ b/gtk/ansi_a_stat.c
@@ -408,7 +408,7 @@ ansi_a_stat_gtk_bsmap_cb(
i++;
}
- ansi_a_stat_draw(NULL);
+ ansi_a_stat_draw(&stat);
}
@@ -448,7 +448,7 @@ ansi_a_stat_gtk_dtap_cb(
i++;
}
- ansi_a_stat_draw(NULL);
+ ansi_a_stat_draw(&stat);
}