From f98c5f3ae26dfea61a0f371be9cb84f3a17dbedf Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 23 Aug 2007 20:22:55 +0000 Subject: [PATCH] back out previous change as it breaks plugin introspection --- lib/gvc/gvjobs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/gvc/gvjobs.c b/lib/gvc/gvjobs.c index aeeeb86d0..c839a9f8e 100644 --- a/lib/gvc/gvjobs.c +++ b/lib/gvc/gvjobs.c @@ -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) -- 2.40.0