From 8fe5af6afdc9ba7c0c10e294ed718b95ad537c07 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 18:25:49 +0000 Subject: [PATCH] 'get node tooltips from the right place ' --- lib/gvc/gvevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gvc/gvevent.c b/lib/gvc/gvevent.c index 638e99d70..21525a832 100644 --- a/lib/gvc/gvevent.c +++ b/lib/gvc/gvevent.c @@ -263,7 +263,7 @@ static void gvevent_enter_obj(GVJ_t * job) ND_active(n) = TRUE; a = agfindattr(n->graph->proto->n, s_tooltip); if (a) - job->active_tooltip = strdup_and_subst_node(agxget(e, a->index), n); + job->active_tooltip = strdup_and_subst_node(agxget(n, a->index), n); break; case AGEDGE: e = (edge_t*)obj; -- 2.40.0