diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/macrowindow.cc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/client/macrowindow.cc b/client/macrowindow.cc index 80649a7..e3e3bac 100644 --- a/client/macrowindow.cc +++ b/client/macrowindow.cc @@ -149,7 +149,7 @@ bool MacroWindow::doCommit()    // If all entries passed validation, continue commit    if(faulty == 0) { -    netcom->send(widgets, macro, version); +    netcom->send(widgets, course, macro, version);      emit updateOnCommit();      setCollapsed(true);      return true; @@ -333,7 +333,7 @@ void MacroWindow::expandWrapper()              initMacro(macronode);            }          } -      }       +      }      }    }    setExpandedWidget(mainwidget); | 
