]> granicus.if.org Git - graphviz/commitdiff
fix breakage with rendering to Tk canvas from tcldot
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:56:25 +0000 (18:56 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:56:25 +0000 (18:56 +0000)
tclpkg/tcldot/tcldot.c

index f274f2788a448a9075e76514c6b16669b803c28c..2b71492a09ad878791beb8322f1873c5804802e8 100644 (file)
@@ -1094,7 +1094,7 @@ static int graphcmd(ClientData clientData, Tcl_Interp * interp,
            tcldot_layout (gvc, g, (argc > 3) ? argv[3] : (char *) NULL);
 
        /* render graph TK canvas commands */
-       gvLayoutJobs(gvc, g);
+       gvRenderJobs(gvc, g);
 
        gvrender_delete_jobs(gvc);
        return TCL_OK;