added: Patterns class (in templates)
ezc patterns are managed by this class added: some work in groupitem plugin (not finished yet) changed: ConfParser can read a string from memory now (need some testing yet) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@757 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -124,6 +124,7 @@ Error Functions::CheckSpecialFile(const Item & item)
|
||||
|
||||
system->mounts.ReadMounts(item.content);
|
||||
templates->ReadNewIndexTemplates();
|
||||
templates->ReadNewChangeTemplates();
|
||||
|
||||
return WINIX_ERR_OK;
|
||||
}
|
||||
@@ -154,7 +155,6 @@ void Functions::Add(FunctionBase * fun)
|
||||
return;
|
||||
}
|
||||
|
||||
fun->id = table.size();
|
||||
SetObjects(fun);
|
||||
table[fun->fun.url] = fun;
|
||||
}
|
||||
|
Reference in New Issue
Block a user