]> granicus.if.org Git - graphviz/commitdiff
back out previous change as it breaks plugin introspection
authorellson <devnull@localhost>
Thu, 23 Aug 2007 20:22:55 +0000 (20:22 +0000)
committerellson <devnull@localhost>
Thu, 23 Aug 2007 20:22:55 +0000 (20:22 +0000)
lib/gvc/gvjobs.c

index aeeeb86d034efd8393c379495db41e837e6540e1..c839a9f8e45cd40419a289ef253f0629e618a66d 100644 (file)
@@ -83,10 +83,10 @@ boolean gvjobs_output_langname(GVC_t * gvc, char *name)
     output_langname_job->output_langname = name;
     output_langname_job->gvc = gvc;
 
-//    /* load it now to check that it exists */
-//    if (gvplugin_load(gvc, API_render, name))
+    /* load it now to check that it exists */
+    if (gvplugin_load(gvc, API_render, name))
        return TRUE;
-//    return FALSE;
+    return FALSE;
 }
 
 GVJ_t *gvjobs_first(GVC_t * gvc)