aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-21 11:20:31 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-21 11:20:31 +0000
commit8e6b396bd20414f20ba8ce7223574e286cf324c0 (patch)
treea63cb94b80ceb183d38407844db8df495bc128e9 /gtk/tcp_graph.c
parent630947ca071204151aec2ef18c07ebbfb963ce5c (diff)
Missed one instance of arc -> ellipse renaming.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38635 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/tcp_graph.c')
-rw-r--r--gtk/tcp_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index d4aaf03c45..e8453a8e7f 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -2338,7 +2338,7 @@ static void draw_element_ellipse (struct graph *g, struct element *e)
gdk_cairo_set_source_color (cr, e->elment_color_p);
}
/* Elipse is inside box */
- cairo_arc(cr, xx1-xx2, yy1-yy2, e->p.arc.dim.width/2, 0, 2 * G_PI);
+ cairo_arc(cr, xx1-xx2, yy1-yy2, e->p.ellipse.dim.width/2, 0, 2 * G_PI);
cairo_fill(cr);
cairo_destroy(cr);