From 42c901447cf3a20d66ea41413e18130e7240fd21 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Sat, 15 Jan 2005 16:29:38 +0000 Subject: - fixed plugin() --- xml/function.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xml') diff --git a/xml/function.c b/xml/function.c index f4571c7..faa764f 100644 --- a/xml/function.c +++ b/xml/function.c @@ -1,5 +1,5 @@ /* - * $Id: function.c,v 1.9 2005/01/11 18:17:46 lordjaxom Exp $ + * $Id: function.c,v 1.10 2005/01/15 16:29:38 lordjaxom Exp $ */ #include "xml/function.h" @@ -188,7 +188,7 @@ cxType cxFunction::FunFile(const cxType &Param) const cxType cxFunction::FunPlugin(const cxType &Param) const { - cPlugin *p = cPluginManager::GetPlugin(Param); + cPlugin *p = cPluginManager::GetPlugin(Param.String().c_str()); if (p) { const char *entry = p->MainMenuEntry(); if (entry) -- cgit v1.2.3