diff options
Diffstat (limited to 'server/src/macrotool_fieldnames.cc')
-rw-r--r-- | server/src/macrotool_fieldnames.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macrotool_fieldnames.cc b/server/src/macrotool_fieldnames.cc index 4c18de5..1d92df8 100644 --- a/server/src/macrotool_fieldnames.cc +++ b/server/src/macrotool_fieldnames.cc @@ -85,7 +85,7 @@ static std::map<std::string, std::vector<std::string> > getMacroRefsList() Macro *macro = parser.getMacro(); std::string key = name; - reflist[key] = getWidgetNames(macro->window); + reflist[key] = getWidgetNames(macro->widgets); mfs++; } |