From 0966c2d5fba3deff315ff3d1094b4418f91d382d Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 19 Feb 2009 14:01:23 +0000 Subject: [PATCH] reverting gvContext() to old api --- macosx/GVGraph.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/GVGraph.m b/macosx/GVGraph.m index 0db1942a0..9c1005cf5 100644 --- a/macosx/GVGraph.m +++ b/macosx/GVGraph.m @@ -35,7 +35,7 @@ extern char *gvplugin_list(GVC_t * gvc, api_t api, const char *str); + (void)initialize { - _graphContext = gvContext((void*)0); + _graphContext = gvContext(); } + (NSArray *)pluginsWithAPI:(api_t)api -- 2.40.0